diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-07-31 13:12:44 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-07-31 13:12:44 +0200 |
| commit | 364428630de226be7d01e6a83bb742d49e5fa8ef (patch) | |
| tree | 61d71eeb3a7d0a1de1eaf668d5be7291bf6ade86 | |
| parent | 35176441ca34742b3d6efb971aad48041abf3447 (diff) | |
| download | g-364428630de226be7d01e6a83bb742d49e5fa8ef.tar.gz g-364428630de226be7d01e6a83bb742d49e5fa8ef.zip | |
Updated the README
| -rw-r--r-- | README.md | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,6 +1,26 @@ # Yeah! just one letter ! -To do. +This repository holds a very humble and simple script that handles shortcuts +of bash paths. For example: + + $ g awesome + (instead of ...) + $ cd /home/user/directory/dir/awesome + +Furthermore, this repo also brings a file that adds bash completion so the user +can access the desired directory as fast as possible. In order to manage +shortcuts, this script accepts three commands: + + $ g add awesome /home/user/directory/dir/awesome + $ g rm awesome + $ g list + +I guess that the commands above are quite self-explanatory. + +# Install + +Just place the g.sh and the gcompletion.sh files wherever you want and then +add a "source" command for both of the files in the .bashrc file. # Legal stuff |
