File: control

package info (click to toggle)
smenu 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,696 kB
  • sloc: ansic: 18,236; sh: 4,662; makefile: 25
file content (19 lines) | stat: -rw-r--r-- 705 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: smenu
Section: utils
Priority: optional
Maintainer: Matteo Cypriani <mcy@lm7.fr>
Build-Depends: debhelper-compat (= 13), libncurses-dev
Standards-Version: 4.7.2
Homepage: https://github.com/p-gen/smenu
Vcs-Git: https://salsa.debian.org/mcy/smenu.git
Vcs-Browser: https://salsa.debian.org/mcy/smenu

Package: smenu
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: curse-based CLI selection box
 smenu is a command-line utility that allows you to use words coming from the
 standard input to create a nice selection window just below the cursor. Your
 selection will then be sent to standard output.
 .
 You can use it to create interactive menus in scripts, for instance.