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.
- Versions: 1.17.1
- Website: https://troglobit.com/projects/editline/
- Licenses: Original BSD
- Package source: gnu/packages/libedit.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]