reedline/examples
samlich 97f754425a
History filter (#566)
* add `HistoryFilter` and use it in engine, to allow not storing items with a given prefix

* use `with_history_exclusion_prefix` in demo

* review

* impl history filter on engine

* keep 1 filterered history item

* don't impl History on Box<T: History>
2023-05-03 23:25:42 +02:00
..
basic.rs Allow configuration of multiline prompt color (#531) 2023-01-27 15:58:25 +01:00
completions.rs Allow configuration of multiline prompt color (#531) 2023-01-27 15:58:25 +01:00
custom_prompt.rs Allow configuration of multiline prompt color (#531) 2023-01-27 15:58:25 +01:00
demo.rs History filter (#566) 2023-05-03 23:25:42 +02:00
event_listener_kitty_proto.rs Update crossterm to version 0.26.1 (#560) 2023-04-13 19:24:17 +02:00
event_listener.rs Update crossterm to version 0.26.1 (#560) 2023-04-13 19:24:17 +02:00
external_printer.rs Allow configuration of multiline prompt color (#531) 2023-01-27 15:58:25 +01:00
highlighter.rs Allow configuration of multiline prompt color (#531) 2023-01-27 15:58:25 +01:00
hinter.rs Allow configuration of multiline prompt color (#531) 2023-01-27 15:58:25 +01:00
history.rs Allow configuration of multiline prompt color (#531) 2023-01-27 15:58:25 +01:00
list_bindings.rs Allow configuration of multiline prompt color (#531) 2023-01-27 15:58:25 +01:00
validator.rs Allow configuration of multiline prompt color (#531) 2023-01-27 15:58:25 +01:00