diff --git a/README.md b/README.md index 7ade1f1859b99313ce21933f86f42c02177e7740..0a463cb7ed949173ff3f20d53a203167294e0966 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # RustyLine [](https://travis-ci.org/kkawakam/rustyline) +[](https://ci.appveyor.com/project/gwenn/rustyline) [](https://clippy.bashy.io/github/kkawakam/rustyline/master/log) [](https://crates.io/crates/rustyline) @@ -106,6 +107,8 @@ Alt-BackSpace | Kill from the start of the current word, or, if between words, t ## ToDo - Show completion list + - Undos + - Read input with timeout to properly handle single ESC key - expose an API callable from C ## Wine