slackbuilds_ponce/system/autojump
David Spencer 33f140fb6b system/autojump: Support alternate tarball name.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-01-12 21:57:56 -06:00
..
autojump.info system/autojump: Updated for version 22.2.4. 2015-11-07 10:21:45 +07:00
autojump.SlackBuild system/autojump: Support alternate tarball name. 2016-01-12 21:57:56 -06:00
README system/autojump: Updated for version 22.2.4. 2015-11-07 10:21:45 +07:00
slack-desc

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.  It supports the bash, zsh, and
tcsh shells.

Installation
------------

Add the following to your .bashrc so that autojump commands will
be recognized:

source /etc/profile.d/autojump.bash

Next, open a new shell and execute:

$ cd /tmp
$ cd /home
$ cd /var
$ j tmp

You should be dropped back into the /tmp directory.  You can activate
autojump for other shells by changing the sourced file extension to
a supported shell name.