-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
ShortPATH | ||
========= | ||
|
||
Create environment-wide shortcuts to run commands directly within the context of a chosen directory. Uses the PATH environment variable to add pipe commands that act as shortcuts to a directory of choice. | ||
|
||
The executable is portable and requires no administrative privileges. Shortcuts however are stored within AppData to make them persistent. | ||
|
||
|
||
|
||
### Example | ||
|
||
`etc` is mapped to `C:\Windows\System32\drivers\etc` | ||
|
||
``` | ||
Microsoft Windows [Version 10.0.17134.165] | ||
(c) 2018 Microsoft Corporation. All rights reserved. | ||
C:\Users\Yani>etc dir | ||
Volume in drive C has no label. | ||
Volume Serial Number is 1234-5678 | ||
Directory of C:\Windows\System32\drivers\etc | ||
23-May-18 05:10 <DIR> . | ||
23-May-18 05:10 <DIR> .. | ||
30-Dec-17 02:11 2,464 hosts | ||
12-Apr-18 01:36 3,683 lmhosts.sam | ||
16-Jul-16 13:45 407 networks | ||
16-Jul-16 13:45 1,358 protocol | ||
16-Jul-16 13:45 17,463 services | ||
5 File(s) 25,375 bytes | ||
2 Dir(s) 15,289,909,248 bytes free | ||
C:\Users\Yani> | ||
``` | ||
|
||
|
||
|
||
### Screenshot | ||
|
||
![ShortPATH Screenshot](https://i.imgur.com/X9evGf7.png) | ||
|
||
|
||
|