Skip to content

Commit 29b1ea9

Browse files
committed
add readme
1 parent ef452ee commit 29b1ea9

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
ShortPATH
2+
=========
3+
4+
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.
5+
6+
The executable is portable and requires no administrative privileges. Shortcuts however are stored within AppData to make them persistent.
7+
8+
9+
10+
### Example
11+
12+
`etc` is mapped to `C:\Windows\System32\drivers\etc`
13+
14+
```
15+
Microsoft Windows [Version 10.0.17134.165]
16+
(c) 2018 Microsoft Corporation. All rights reserved.
17+
18+
C:\Users\Yani>etc dir
19+
Volume in drive C has no label.
20+
Volume Serial Number is 1234-5678
21+
22+
Directory of C:\Windows\System32\drivers\etc
23+
24+
23-May-18 05:10 <DIR> .
25+
23-May-18 05:10 <DIR> ..
26+
30-Dec-17 02:11 2,464 hosts
27+
12-Apr-18 01:36 3,683 lmhosts.sam
28+
16-Jul-16 13:45 407 networks
29+
16-Jul-16 13:45 1,358 protocol
30+
16-Jul-16 13:45 17,463 services
31+
5 File(s) 25,375 bytes
32+
2 Dir(s) 15,289,909,248 bytes free
33+
34+
C:\Users\Yani>
35+
```
36+
37+
38+
39+
### Screenshot
40+
41+
![ShortPATH Screenshot](https://i.imgur.com/X9evGf7.png)
42+
43+
44+

0 commit comments

Comments
 (0)