File: control

package info (click to toggle)
iselect 1.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 872 kB
  • sloc: sh: 3,353; ansic: 2,074; perl: 485; makefile: 109
file content (29 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: iselect
Section: utils
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (= 12),
               libncurses5-dev,
               perl
Homepage: http://www.ossp.org/pkg/tool/iselect/
Vcs-Git: https://salsa.debian.org/debian/iselect.git
Vcs-Browser: https://salsa.debian.org/debian/iselect
Rules-Requires-Root: no

Package: iselect
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Suggests: libtimedate-perl,
          screen
Enhances: screen
Description: ncurses-based interactive line selection tool
 iSelect is an interactive line selection tool, operating via a
 full-screen Curses-based terminal session. It can be used either as
 an user interface frontend controlled by a Bourne-Shell/Perl/Tcl
 backend as its control script or in batch mode as a pipeline filter
 (usually between grep and the final executing command).
 .
 This package also includes screen-ir, a script to interactively
 reattach to one of several screen sessions.