rlfe
Front-end using readline to "cook" input lines for other programs
Install
- All systems
-
curl cmd.cat/rlfe.sh
- Debian
-
apt-get install rlfe
- Ubuntu
-
apt-get install rlfe
- Kali Linux
-
apt-get install rlfe
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rlfe
- Raspbian
-
apt-get install rlfe
- Dockerfile
- dockerfile.run/rlfe
rlfe
Front-end using readline to "cook" input lines for other programs
This tool lets you use history and line-editing in any text oriented tool. This is especially useful with third-party proprietary tools that cannot be distributed linked against readline. It is not perfect but it works pretty well. See the ledit and rlwrap packages for other programs of that kind.
libreadline6-dbg
GNU readline and history libraries, debugging libraries
The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. The GNU history library provides a consistent user interface for recalling lines of previously typed input.