slackbuilds_ponce/misc/rlwrap
David Somero 97deb5a9b5 misc/rlwrap: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:11:16 -04:00
..
README misc/rlwrap: Updated for version 0.37. 2010-05-24 16:10:22 -05:00
rlwrap.info misc/rlwrap: Updated for version 0.37. 2010-05-24 16:10:22 -05:00
rlwrap.SlackBuild misc/rlwrap: Misc automated cleanups. 2010-06-04 01:11:16 -04:00
slack-desc misc/rlwrap: Updated for version 0.32 2010-05-13 00:34:29 +02:00

rlwrap is a 'readline wrapper' that uses the GNU readline library
to allow the editing of keyboard input for any other command. Input
history is remembered across invocations, separately for each command;
history completion and search work as in bash and completion word
lists can be specified on the command line.

If you wish to have history and completion files kept somewhere other
than $HOME, you will need to set RLWRAP_HOME to the desired path and
rlwrap will create it so long as all its parent directories exist.