f030704c55
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
50 lines
1 KiB
Makefile
50 lines
1 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Shells
|
|
|
|
SUBDIR += 44bsd-csh
|
|
SUBDIR += ambit
|
|
SUBDIR += bash
|
|
SUBDIR += bash-completion
|
|
SUBDIR += bash-static
|
|
SUBDIR += bashc
|
|
SUBDIR += ch
|
|
SUBDIR += dash
|
|
SUBDIR += es
|
|
SUBDIR += esh
|
|
SUBDIR += fd
|
|
SUBDIR += fish
|
|
SUBDIR += flash
|
|
SUBDIR += heirloom-sh
|
|
SUBDIR += hs-shelly
|
|
SUBDIR += ibsh
|
|
SUBDIR += jailkit
|
|
SUBDIR += klish
|
|
SUBDIR += ksh93
|
|
SUBDIR += lshell
|
|
SUBDIR += mksh
|
|
SUBDIR += nologinmsg
|
|
SUBDIR += osh
|
|
SUBDIR += p5-Bash-Completion
|
|
SUBDIR += p5-Shell-Perl
|
|
SUBDIR += p5-Term-Bash-Completion-Generator
|
|
SUBDIR += p5-Term-ShellUI
|
|
SUBDIR += pdksh
|
|
SUBDIR += pear-PHP_Shell
|
|
SUBDIR += psh
|
|
SUBDIR += rc
|
|
SUBDIR += rssh
|
|
SUBDIR += sash
|
|
SUBDIR += scponly
|
|
SUBDIR += shell-include
|
|
SUBDIR += tcsh_nls
|
|
SUBDIR += tcshrc
|
|
SUBDIR += v7sh
|
|
SUBDIR += viewglob
|
|
SUBDIR += vshnu
|
|
SUBDIR += wcd
|
|
SUBDIR += zsh
|
|
SUBDIR += zsh-navigation-tools
|
|
|
|
.include <bsd.port.subdir.mk>
|