Autojump - A faster way to navigate your filesystem
Description 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. Installation Automatic Debian/Ubuntu # apt-get install autojumo Fedora/CentOS/RedHat # yum install epel-release # yum install autojump OR # dnf install autojump Manual $ git clone https://github.com/wting/autojump.git $ cd autojump # chmod 755 install....