blesh
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.
- Versions: 0.4.0-devel3
- 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 the latest version of blesh
as follows:
guix install blesh
Or install a particular version:
guix install blesh@0.4.0-devel3
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 blesh about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/blesh'><img src='https://packages.guix.gnu.org/packages/blesh/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/blesh/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/blesh)
Example Org:
[[https://packages.guix.gnu.org/packages/blesh][https://packages.guix.gnu.org/packages/blesh/badges/latest-version.svg]]