diff options
Diffstat (limited to 'devel/rlwrap/pkg-descr')
-rw-r--r-- | devel/rlwrap/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/rlwrap/pkg-descr b/devel/rlwrap/pkg-descr new file mode 100644 index 000000000000..c269523f3feb --- /dev/null +++ b/devel/rlwrap/pkg-descr @@ -0,0 +1,7 @@ +rlwrap is a 'readline wrapper', i.e. a small utility that uses the GNU +readline library to allow the editing of keyboard input for any other +command. Input history is remembered separately for each command, +!... history completion works as in bash and completion word lists can +be specified. + +WWW: http://utopia.knoware.nl/~hlub/uck/rlwrap/ |