wok view rlwrap/description.txt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (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.