rlwrap 0.46.2
Wrapper to allow the editing of keyboard commands
Rlwrap is a 'readline wrapper', a small utility that uses the GNU readline library to allow the editing of keyboard input for any command. You should consider rlwrap especially when you need user-defined completion (by way of completion word lists) and persistent history, or if you want to program `special effects' using the filter mechanism.
- Outputs:
out
- Website: https://github.com/hanslub42/rlwrap
- Licenses: GPL 2+
- Package source: gnu/packages/readline.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rlwrap 0.46.2
as follows:
guix install rlwrap@0.46.2
Or install the latest version:
guix install rlwrap
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.