A readline replacement written in Rust
Go to file
Stefan Holderbach 32c9ac0c25
Support history file (#44)
* Support history file

History has a new constructor to remember a file to read from/ write to.
Writing is deferred to the Drop.
Binary supports history file via `REEDLINE_HISTFILE` env variable

Additional changes:

Inverted the ordering of the history VecDeque to simplify file IO and
history internals. This makes the search code slightly more brittle.

* Clarify history API

* Harmonize return type of iterators
2021-04-30 10:45:12 +12:00
.github/workflows Let's try adding a ci (#24) 2021-03-17 14:03:17 +13:00
src Support history file (#44) 2021-04-30 10:45:12 +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 added OS's clipboard (#43) 2021-04-26 18:55:49 +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