1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: iselect
Section: utils
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 5), libncurses5-dev, perl, dh-autoreconf
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: ${shlibs:Depends}, ${misc: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.
|