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

editline

Line editing library

editline is a small line editing library. It can be linked into almost any program to provide command line editing and history functions. It is call compatible with the GNU Readline library, but at a fraction of the size, and as a result fewer features.

Installation

Install the latest version of editline as follows:

guix install editline

Or install a particular version:

guix install editline@1.17.1

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 editline about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/editline'><img src='https://packages.guix.gnu.org/packages/editline/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/editline/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/editline)

Example Org:

[[https://packages.guix.gnu.org/packages/editline][https://packages.guix.gnu.org/packages/editline/badges/latest-version.svg]]