Skip to content

D-Programming-Deimos/linenoise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published