slackbuilds/misc/rlwrap
Andrew Clemons 57333a9cf0
misc/rlwrap: Updated for version 0.46.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-03 11:46:49 +07:00
..
README Various: more whitespace cleanups 2010-07-03 15:52:10 -05:00
rlwrap.SlackBuild misc/rlwrap: Updated for version 0.46.1. 2022-12-03 11:46:49 +07:00
rlwrap.info misc/rlwrap: Updated for version 0.46.1. 2022-12-03 11:46:49 +07:00
slack-desc misc/rlwrap: Update DOWNLOAD link, cleanups. 2017-01-05 07:14:19 +07:00

README

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.