README
1 _ ____ _ _
2 (_) ___| ___| | ___ ___| |_
3 / /\___ \ / _ \ |/ _ \/ __| __|
4 / / ___) | __/ | __/ (__| |_
5 (_( |____/ \___|_|\___|\___|\__|
6
7 iSelect -- Interactive Selection Tool
8
9 iSelect is an interactive line selection tool for ASCII files, operating
10 via a full-screen Curses-based terminal session. It can be used either as
11 an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend
12 as its control script or in batch mode as a pipeline filter (usually
13 between grep and the final executing command).
14
15 Version 1.4.0 (08-Jul-2007)
16
17 The latest release can be found on
18 http://www.ossp.org/pkg/tool/iselect/
19
20 Copyright (c) 1997-2007 Ralf S. Engelschall <rse@engelschall.com>
21
22 This program is free software; it may be redistributed and/or modified only
23 under the terms of the GNU General Public License, which may be found in the
24 iSelect source distribution. Look at the file COPYING for details.
25
26 This program is distributed in the hope that it will be useful, but WITHOUT
27 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
28 FITNESS FOR A PARTICULAR PURPOSE. See the the GNU General Public License
29 for more details.
30
31 Ralf S. Engelschall
32 rse@engelschall.com
33 www.engelschall.com
34
35