wok view rlwrap/description.txt @ rev 25483

created recipe for py3k-six
author Hans-G?nter Theisgen
date Mon Oct 17 07:54:33 2022 +0100 (19 months ago)
parents
children
line source
1 Rlwrap is a 'readline wrapper', a small utility that uses the GNU Readline
2 library to allow the editing of keyboard input for any command.
4 I couldn't find anything like it when I needed it, so I wrote this one back
5 in 1999. By now, there are (and, in hindsight, even then there were) a number
6 of good readline wrappers around, like rlfe, distributed as part of the GNU
7 readline library, and the amazing socat.
9 You should consider using rlwrap especially when you need user-defined
10 completion (by way of completion word lists) and persistent history, or if
11 you want to program 'special effects' using the filter mechanism.