diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-05-05 18:53:32 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-05-05 18:53:32 +0800 |
commit | 8d73a0fd2b7e4828baa65a50f156f8354b0688ed (patch) | |
tree | 1d901627d28f8b4f1f193ab10a3ac355349f200d /misc/Makefile | |
parent | 094fa4c1c4e55bebc48d3ecd62ee93b352e51a4f (diff) | |
download | freebsd-ports-gnome-8d73a0fd2b7e4828baa65a50f156f8354b0688ed.tar.gz freebsd-ports-gnome-8d73a0fd2b7e4828baa65a50f156f8354b0688ed.tar.zst freebsd-ports-gnome-8d73a0fd2b7e4828baa65a50f156f8354b0688ed.zip |
Apparix allows you to bookmark directories and later jump to them using the
mark. When jumping, the contributed bash completion code allows one to complete
on bookmarks and on subdirectories of the target directory.
WWW: http://micans.org/apparix/
PR: 95959
Submitted by: Frank Steinborn <steinex@gmx.de>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index c3c051129a5d..6b915bd2d9ad 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -13,6 +13,7 @@ SUBDIR += alevt SUBDIR += amanda-client SUBDIR += amanda-server + SUBDIR += apparix SUBDIR += argparse SUBDIR += asbutton SUBDIR += asr-manpages |