This package browser is in early development. Mind the rough edges.

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.

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.