rlwrap
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.
- Versions: 0.46.2
- 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 the latest version of rlwrap
as follows:
guix install rlwrap
Or install a particular version:
guix install rlwrap@0.46.2
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.
Badge code
You can use the following badge to inform users of rlwrap about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/rlwrap'><img src='https://packages.guix.gnu.org/packages/rlwrap/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/rlwrap)
Example Org:
[[https://packages.guix.gnu.org/packages/rlwrap][https://packages.guix.gnu.org/packages/rlwrap/badges/latest-version.svg]]