linenoise 1.0.1

Readline replacement via PFFI

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.

This package requires Akku.scm >= 0.4.0 and a Scheme compatible with PFFI.

$ akku update
$ akku install linenoise
$ .akku/env
Authors

Salvatore Sanfilippo

Pieter Noordhuis

Göran Weinholt

Uploaded to Akku by Göran Weinholt

Homepage

Information missing.

License

BSD-2-Clause

Dependencies

^1.0.0

Source code

https://github.com/weinholt/linenoise-mob.git git
30b63617c9653e9dbef9acaf7091a8e7daa882f3

Package contents

  • (linenoise) R6
    • → linenoise linenoise-set-completion-callback linenoise-set-hints-callback linenoise-history-add linenoise-history-set-max-len linenoise-history-save linenoise-history-load linenoise-clear-screen linenoise-set-multi-line linenoise-print-key-codes
    • ← (rnrs) R6
    • ← (pffi)
    • ← (pffi procedure)

Version history

  • 2018-10-14 ~ 1.0.1
  • 2018-08-16 ~ 1.0.0