diff options
author | bofh <bofh@FreeBSD.org> | 2015-03-23 21:16:23 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-03-23 21:16:23 +0800 |
commit | c942d6316be44d06668f4e3b64063ef94e25d3a7 (patch) | |
tree | baf5a9505006eab115c4522eee24dde54206df8b /sysutils/Makefile | |
parent | 9309721650b42bf34acebdad90e506fdf1a49c49 (diff) | |
download | freebsd-ports-gnome-c942d6316be44d06668f4e3b64063ef94e25d3a7.tar.gz freebsd-ports-gnome-c942d6316be44d06668f4e3b64063ef94e25d3a7.tar.zst freebsd-ports-gnome-c942d6316be44d06668f4e3b64063ef94e25d3a7.zip |
[NEW] sysutils/pick: Tool for choosing one option from a set of choices
with an interface
pick allows users to choose one option from a set of choices using an
interface with fuzzy search functionality.
WWW: https://www.github.com/thoughtbot/pick
PR: 198695
Submitted by: neel@neelc.org
Approved by: bapt marino (implicit)
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 6ba5e3bc9425..4be8d6d6a538 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -697,6 +697,7 @@ SUBDIR += php55-posix SUBDIR += php56-fileinfo SUBDIR += php56-posix + SUBDIR += pick SUBDIR += pidof SUBDIR += pipemeter SUBDIR += plasma-applet-apcups |