slackbuilds_ponce/misc/rlwrap
slakmagik 36f78ba0a7 misc/rlwrap: misc cleanups and a bugfix
Remove unneeded comments and configure flags. Generalize man page
handling which fixes a bug where 'RlwrapFilter.3pm' wasn't getting
compressed. Bump BUILD because of this. Revert doc handling line to how
it is in all my other scripts.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-03-01 09:41:40 -06:00
..
README Various: more whitespace cleanups 2010-07-03 15:52:10 -05:00
rlwrap.info Various: updated maintainer email address 2010-07-03 15:52:10 -05:00
rlwrap.SlackBuild misc/rlwrap: misc cleanups and a bugfix 2011-03-01 09:41:40 -06: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.