blob: 81e7a729c408339ffff3bade8cc9194108af5385 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
_ ____ _ _
(_) ___| ___| | ___ ___| |_
/ /\___ \ / _ \ |/ _ \/ __| __|
/ / ___) | __/ | __/ (__| |_
(_( |____/ \___|_|\___|\___|\__|
iSelect -- Interactive Selection Tool
iSelect is an interactive line selection tool for ASCII files, 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).
The latest release can be found on
http://www.engelschall.com/sw/iselect/
|