aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-07-31 13:12:44 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2013-07-31 13:12:44 +0200
commit364428630de226be7d01e6a83bb742d49e5fa8ef (patch)
tree61d71eeb3a7d0a1de1eaf668d5be7291bf6ade86 /README.md
parent35176441ca34742b3d6efb971aad48041abf3447 (diff)
downloadg-364428630de226be7d01e6a83bb742d49e5fa8ef.tar.gz
g-364428630de226be7d01e6a83bb742d49e5fa8ef.zip
Updated the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b7231f..51e4610 100644
--- a/README.md
+++ b/README.md
@@ -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