File: control

package info (click to toggle)
iselect 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 860 kB
  • ctags: 282
  • sloc: sh: 3,353; ansic: 2,074; perl: 485; makefile: 107
file content (29 lines) | stat: -rw-r--r-- 1,056 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: 3.9.4
Build-Depends: debhelper (>= 9~),
               dh-autoreconf,
               libncurses5-dev,
               perl
Homepage: http://www.ossp.org/pkg/tool/iselect/
Vcs-Git: git://anonscm.debian.org/collab-maint/iselect.git
Vcs-Browser: http://anonscm.debian.org/git/collab-maint/iselect.git

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.