Skip to content
Snippets Groups Projects
Commit 635010e7 authored by gwenn's avatar gwenn
Browse files

Merge remote-tracking branch 'kkawakam/master'

parents 56f27cf8 8bd1605e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@
Readline implementation in Rust that is based on [Antirez' Linenoise](https://github.com/antirez/linenoise)
[Documentation](https://docs.rs/rustyline)
[Documentation (Releases)](https://docs.rs/rustyline)
[Documentation (Master)](https://kkawakam.github.io/rustyline/rustyline/)
**Supported Platforms**
* Unix
......@@ -116,7 +118,6 @@ Meta-BackSpace | Kill from the start of the current word, or, if between words,
## ToDo
- Show completion list
- Undos
- Read input with timeout to properly handle single ESC key
- expose an API callable from C
......@@ -134,6 +135,7 @@ $ wineconsole --backend=curses target/x86_64-pc-windows-gnu/debug/examples/examp
## Similar projects
- [copperline](https://github.com/srijs/rust-copperline) (Rust)
- [linefeed](https://github.com/murarth/linefeed) (Rust)
- [liner](https://github.com/MovingtoMars/liner) (Rust)
- [linenoise-ng](https://github.com/arangodb/linenoise-ng) (C++)
- [liner](https://github.com/peterh/liner) (Go)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment