A readline replacement written in Rust
Go to file
Stefan Holderbach 7b2ec8a073
Refactor Clipboard behind feature flag (#45)
The clipboard crate breaks the CI in a non GUI context. Make use of it
optional by feature flag `system_clipboard`.
Clipboard could be changed during runtime based on trait.

Additional fix: read back from system clipboard
2021-04-30 10:46:42 +12:00
.github/workflows Let's try adding a ci (#24) 2021-03-17 14:03:17 +13:00
src Refactor Clipboard behind feature flag (#45) 2021-04-30 10:46:42 +12:00
.gitignore Implement primitive word-jumping 2021-03-01 08:36:19 +01:00
Cargo.lock added OS's clipboard (#43) 2021-04-26 18:55:49 +12:00
Cargo.toml Refactor Clipboard behind feature flag (#45) 2021-04-30 10:46:42 +12:00
LICENSE Initial commit 2021-02-28 22:42:07 +13:00
README.md Update README.md 2021-02-28 22:45:43 +13:00
TODO.txt Split lib from main (#37) 2021-04-10 09:21:37 +12:00

reedline \|/

A readline replacement written in Rust