wok view rlwrap/description.txt @ rev 25770
dool,fake-hwclock,gtkam,xfce4-*-plugin,xlogo: add current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 06 11:29:23 2024 +0000 (2 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.