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.
Linenoise and the D bindings are released under the BSD license.
Based on https://github.com/antirez/linenoise/commit/27a3b4d5205a5fb3e2101128edd6653bd0c92189.
See examples/D/example.d folder
not available