File: control

package info (click to toggle)
pick 2.0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 648 kB
  • sloc: ansic: 1,162; sh: 64; makefile: 60
file content (18 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (2)
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.