Develop and Download Open Source Software

rlwrap

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2010-05-05 21:56
A compilation problem with gcc on armel has been fixed. Programs that emit status lines with lots of carriage returns (like darcs) will no longer confuse rlwrap.
2010-01-18 09:58
A few minor bugs (like double echo when accepting a line from vi command mode) have been fixed
2010-01-09 04:14
This release adds many small improvements and fixes for filtering and
multi-line input. Cooking (i.e., coloring or re-writing) prompts can be
avoided by "rejecting" them, from a filter, or when they don't match a
given regexp. There now is a --one-shot option for easier use within
shell scripts.
2009-12-20 09:11
This release fixes problems with keybindings for wide (e.g. UTF-8) characters and the handling of prefix arguments.
2009-11-26 18:28
This release fixes a screen corruption problem on Debian (and probably a few other) systems.

Project Resources

http://freecode.com/urls/de7d8482e030110354012880805e76fd
http://freecode.com/urls/cd544d11db72a65b58ec47ef7c0e124e
http://freecode.com/urls/48ba92fea6cbe6502eef87945b03d962
http://freecode.com/projects/rlwrap

Project Description

rlwrap is a readline wrapper, a small utility that uses the GNU readline library to allow the editing of keyboard input for any other command. It maintains a separate input history for each command, and can TAB-expand words using all previously seen words and/or a user-specified file.