All Projects → rain-1 → linenoise-mob

rain-1 / linenoise-mob

Licence: BSD-2-Clause license
A small self-contained alternative to readline and libedit

Linenoise

A minimal, zero-config, BSD licensed, readline replacement.

  • Single and multi line editing mode with the usual key bindings implemented.
  • History handling.
  • Completion.
  • Hints (suggestions at the right of the prompt as you type).
  • About 1,100 lines of BSD license source code.
  • Only uses a subset of VT100 escapes (ANSI.SYS compatible).
  • UTF-8 support.

About this repository

The aim of this project is to get the linenoise library up to date and keep it maintained as the original repo is currently unmaintained.

License

Linenoise is BSD code, so you can use both in free software and commercial software.

Related projects

  • Original linenoise was written by antirez
  • UTF-8 version linenoise was implemented by yhirose.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].