MartinNowak / linenoise

A small self-contained alternative to readline and libedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linenoise D bindings

Introduction

A minimal, zero-config, BSD licensed, readline replacement used in Redis, MongoDB, and Android.

  • Single line editing mode with the usual key bindings implemented.
  • Experimental multi-line editing mode.
  • History handling.
  • Completion.
  • Under 1,000 lines of BSD license source code.

License

Linenoise and the D bindings are released under the BSD license.

Binding version

Based on https://github.com/antirez/linenoise/commit/27a3b4d5205a5fb3e2101128edd6653bd0c92189.

Example

See examples/D/example.d folder

High-Level Wrapper

not available

About

A small self-contained alternative to readline and libedit


Languages

Language:C 94.2%Language:D 5.8%