aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/search.rs (follow)
Commit message (Expand)AuthorAge
* refactor commands for better separation (#313)Conrad Ludgate2022-04-21
* Add compact mode (#288)Jakob Schrettenbrunner2022-04-04
* Fix `history list --cwd` errors (#278)Lucas Burns2022-03-13
* Do not crash if the history timestamp is in the future (#250)Ellie2021-12-20
* Add Alt+backspace and Ctrl+u keybinds for deleting by word and by line, respe...Mat Jones2021-12-17
* Resolve clippy warnings (#187)Jannik2021-09-24
* Release v0.7.0 (#103)Ellie Huxtable2021-05-10
* Implement 'quick access' via Alt-<n> (#79)Yuvi Panda2021-05-10
* Use format! instead of string concat (#94)Yuvi Panda2021-05-09
* Add Emacs style ctrl-g, ctrl-n, and ctrl-p (#77)Will Fancher2021-05-09
* Allow listing or searching with only the command as output (#89)Ellie Huxtable2021-05-09
* Support fulltext search of commands (#75)Yuvi Panda2021-05-09
* Retain the query entered into the TUI (#76)Ellie Huxtable2021-05-08
* Add Ctrl-d as a way of exiting the TUI (#65)Jamie Quigley2021-05-08
* Allow using Ctrl-c to exit (#53)Ellie Huxtable2021-05-08
* Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable2021-04-25
* Bugfixes, show time ago, perf improvementsEllie Huxtable2021-04-21
* Use cargo workspaces (#37)Ellie Huxtable2021-04-20
* Switch to Warp + SQLx, use async, switch to Rust stable (#36)Ellie Huxtable2021-04-20
* Add history sync, resolves #13 (#31)Ellie Huxtable2021-04-13
* Add TUI, resolve #19, #17, #16 (#21)Ellie Huxtable2021-03-20