1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: pick
Section: misc
Priority: optional
Maintainer: Aggelos Avgerinos <evaggelos.avgerinos@gmail.com>
Build-Depends: debhelper(>= 11), libncurses5-dev, pkg-config, locales-all
Standards-Version: 4.1.4
Homepage: https://github.com/mptre/pick
Vcs-Git: https://github.com/eavgerinos/pkg-pick.git
Vcs-Browser: https://github.com/eavgerinos/pkg-pick
Package: pick
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utility to choose one option from a set of choices
The pick utility allows users to choose one option from a set of
choices using an interface with fuzzy search functionality.
pick reads a list of choices on stdin and outputs the selected choice
on stdout. Therefore it is easily used both in pipelines and subshells.
|