wok view rlwrap/description.txt @ rev 25315

updated soprano and soprano-dev (2.8.0 -> 2.9.4)
author Hans-G?nter Theisgen
date Thu Jul 21 06:45:43 2022 +0100 (23 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.