diff options
author | slakmagik <jsun@freeshell.org> | 2010-05-11 20:01:09 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:09 +0200 |
commit | c25ac953ad4870cd2ac187ce1e5ff8e4083d3c33 (patch) | |
tree | 0c6de4aee1cbc0750520d731289edb9fbeaa6f16 /misc/rlwrap/README | |
parent | f3c1559f6816b3de1108ee1fe1368009d57016e4 (diff) | |
download | slackbuilds-c25ac953ad4870cd2ac187ce1e5ff8e4083d3c33.tar.gz |
misc/rlwrap: Added to 12.0 repository
Diffstat (limited to 'misc/rlwrap/README')
-rw-r--r-- | misc/rlwrap/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/rlwrap/README b/misc/rlwrap/README new file mode 100644 index 0000000000..13fca8828e --- /dev/null +++ b/misc/rlwrap/README @@ -0,0 +1,8 @@ +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. + +You will need to create the ~/.rlwrap directory (or wherever RLWRAP_HOME is +set to) or rlwrap will complain and exit. |