slakmagik 36f78ba0a7 misc/rlwrap: misc cleanups and a bugfix 13 years ago
..
README 6015cd2f1e Various: more whitespace cleanups 14 years ago
rlwrap.SlackBuild 36f78ba0a7 misc/rlwrap: misc cleanups and a bugfix 13 years ago
rlwrap.info 68f843c39f Various: updated maintainer email address 14 years ago
slack-desc 5a46f774c8 misc/rlwrap: Updated for version 0.32 14 years ago

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.