diff options
author | stephen <stephen@FreeBSD.org> | 2012-04-30 11:28:38 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-04-30 11:28:38 +0800 |
commit | 3082de52aa0731c1909d13a9ae7bbef9c35a6885 (patch) | |
tree | 05d7c23e38ff8949af48834bb42f6480888097e9 /sysutils/Makefile | |
parent | 3d4fdacc437bbe6a0f4b32e4ed4ff7fe0fa040f3 (diff) | |
download | freebsd-ports-gnome-3082de52aa0731c1909d13a9ae7bbef9c35a6885.tar.gz freebsd-ports-gnome-3082de52aa0731c1909d13a9ae7bbef9c35a6885.tar.zst freebsd-ports-gnome-3082de52aa0731c1909d13a9ae7bbef9c35a6885.zip |
- New port sysutils/autojump
Autojump is a tool that acts as a complement to cd: it makes navigating your
filesystem a lot faster. It works by automagically maintaining a database of
the directories you use the most from the command line, and allows you to jump
back and forth between them, by typing just a few letters of the name of the
directory you want to jump to.
PR: ports/151467
Submitted by: Neeraj Verma <neeraj.verma.ports@vermatech.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 1db4b4c5ede5..e011d2d6ed24 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -45,6 +45,7 @@ SUBDIR += atitvout SUBDIR += atop SUBDIR += auto-admin + SUBDIR += autojump SUBDIR += automount SUBDIR += automounter SUBDIR += autopsy |