blesh 0.4.0-devel3
Bash Line Editor
Bash Line Editor (ble.sh) is a command line editor written in pure Bash which replaces the default GNU Readline. It adds syntax highlighting, auto suggestions, vim modes, and more to Bash interactive sessions.
- Website: https://github.com/akinomyoga/ble.sh
- Licenses: Modified BSD
- Package source: gnu/packages/bash.scm
- Builds: See build status
- Issues: See known issues
Installation
Install blesh 0.4.0-devel3
as follows:
guix install blesh@0.4.0-devel3
Or install the latest version:
guix install blesh
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.