diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2010-08-15 18:28:08 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-15 20:53:42 -0500 |
commit | 82aa9524bef8fcdc6f6174d15a1ecdc36c94441d (patch) | |
tree | 519507de19ec19a10ed80ecb5da2e3a1e4a1d81f /system/autojump/README | |
parent | a05fa2202051bfd7a18316cb8c44ea5186e0c1c1 (diff) | |
download | slackbuilds-82aa9524bef8fcdc6f6174d15a1ecdc36c94441d.tar.gz |
system/autojump: Added (a cd command that learns)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/autojump/README')
-rw-r--r-- | system/autojump/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/autojump/README b/system/autojump/README new file mode 100644 index 0000000000..96c3829425 --- /dev/null +++ b/system/autojump/README @@ -0,0 +1,7 @@ +autojump is a faster way to navigate your filesystem. It works by +maintaining a database of the directories you use the most from the +command line. The jumpstat command shows you the current contents +of the database. You need to work a little bit before the database +becomes usable. Autojump will listen and rank your 'cd' commands by +frequency. Once your database is reasonably complete, you can "jump" +to a commonly "cd"ed directory. |