diff options
author | adamw <adamw@FreeBSD.org> | 2016-05-17 00:29:44 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-05-17 00:29:44 +0800 |
commit | 908f008a6170c8e47da02cfc91762b90dba97e5f (patch) | |
tree | fa891b35b298244a88b03d5b6e05a1269897924f /shells/Makefile | |
parent | 25b7d831c69dfba64a18c57d39bb5632fd209859 (diff) | |
download | freebsd-ports-gnome-908f008a6170c8e47da02cfc91762b90dba97e5f.tar.gz freebsd-ports-gnome-908f008a6170c8e47da02cfc91762b90dba97e5f.tar.zst freebsd-ports-gnome-908f008a6170c8e47da02cfc91762b90dba97e5f.zip |
Add shell/zsh-navigation-tools.
Set of Zsh tools with features like incremental multi-word searching,
approximate matching, ANSI coloring, themes, unique mode, horizontal
scroll and advanced history management. Selected tools provided:
- n-history - full-screen history searcher and manager
- n-kill - browses process list, allows quick searching and
sending signal to selected process
- n-panelize - loads output of given command for browsing and
multi-word searching
- n-cd - browses dirstack and bookmarked directories, allows to
enter selected directory
- n-functions - browses functions, relegates editing to vared
Written in pure Zsh, with use of curses module. Can be configured from
zshrc. Binds n-history to Ctrl-R. Provides widgets for n-cd and n-kill.
WWW: https://github.com/psprint/zsh-navigation-tools
PR: 209263
Submitted by: Sebastian Gniazdowski
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index 8df52e626ac6..5abb7c58081c 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -45,5 +45,6 @@ SUBDIR += vshnu SUBDIR += wcd SUBDIR += zsh + SUBDIR += zsh-navigation-tools .include <bsd.port.subdir.mk> |