rlwrap
readline feature command line wrapper
Install
- All systems
-
curl cmd.cat/rlwrap.sh
- Debian
-
apt-get install rlwrap
- Ubuntu
-
apt-get install rlwrap
- Arch Linux
-
pacman -S rlwrap
- Kali Linux
-
apt-get install rlwrap
- Fedora
-
dnf install rlwrap
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rlwrap
- OS X
-
brew install rlwrap
- Raspbian
-
apt-get install rlwrap
- Dockerfile
- dockerfile.run/rlwrap
rlwrap
readline feature command line wrapper
This package provides a small utility that uses the GNU readline library to allow the editing of keyboard input for any other command. Input history is remembered across invocations, separately for each command; history completion and search work as in bash and completion word lists can be specified on the command line.