Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yani committed Jul 25, 2018
1 parent ef452ee commit 29b1ea9
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README.md
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)



0 comments on commit 29b1ea9

Please sign in to comment.