Skip to content

Commit

Permalink
feat: implement an interactive_history_search
Browse files Browse the repository at this point in the history
* This PR addresses this Issue #55
* BasicSearch was removed
* Additional features are an interactively displayed list, 
  that is scrollable with CTRL-n/CTRL-r or CTRL-p
* Maybe in the future make the displayed list optional?
* The interactive_history_search has its own loop, handling 
  input events, to make more complicated behavior easier maintainable 
  and removing history_search_state from the main loop in `read_line_helper`
  • Loading branch information
ahkrr committed Jun 18, 2021
1 parent 4433bfc commit f9a60bf
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 226 deletions.
Loading

0 comments on commit f9a60bf

Please sign in to comment.