update Sat May 15 06:37:01 PDT 2010
[pkgsrc.git] / x11 / xp / DESCR
1 Release 2.0 of xp
2
3 xp started as a filter to simply display stdin in an Athena text
4 widget.  It grew to be a more general file displayer with an emphasis
5 on ease of browsing and searching, but I've tried to keep its interface
6 (and implementation) simple and make it useful in shell scripts.
7
8 xp tries to be reasonably efficient in use of memory when displaying
9 large files, given that the text widgets requires the whole file to be
10 in memory, by using a read-only text widget and freeing memory when a
11 file is no longer displayed (so if you go back to a previously
12 displayed file it gets re-opened).
13
14 xp incorporates Henry Spencer's implementation of egrep style regular
15 expression matching. The xp distribution includes that part of the
16 regexp distribution which it requires.
17
18 gerry.tomlinson@ncl.ac.uk       November 1995