diff options
author | rse <rse@FreeBSD.org> | 1998-01-03 12:04:58 +0000 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1998-01-03 12:04:58 +0000 |
commit | 29797b88d2727924245b083c45362f12f44d220c (patch) | |
tree | 3006fdad6d363e477f3d0527ee631772cecfd224 /misc/iselect/pkg-descr | |
parent | 597318b057e4d65328ce8e95a8cbe602f2e14bf8 (diff) | |
download | FreeBSD-ports-29797b88d2727924245b083c45362f12f44d220c.zip FreeBSD-ports-29797b88d2727924245b083c45362f12f44d220c.tar.gz |
Import of iSelect, Version 1.0.4
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 homepage of iSelect can be found on
http://www.engelschall.com/sw/iselect/
Submitted by: Ralf S. Engelschall
Obtained from: Ralf S. Engelschall
Diffstat (limited to 'misc/iselect/pkg-descr')
-rw-r--r-- | misc/iselect/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/iselect/pkg-descr b/misc/iselect/pkg-descr new file mode 100644 index 0000000..81e7a72 --- /dev/null +++ b/misc/iselect/pkg-descr @@ -0,0 +1,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/ |