aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-history/src/lib.rs (follow)
Commit message (Collapse)AuthorAge
* chore: Move everything into one big crateBenedikt Peetz3 days
| | | | | That helps remove duplicated code and rustc/cargo will now also show dead code correctly.
* perf(search): benchmark smart sort (#2202)Ellie Huxtable2024-06-26
|
* feat(history): create atuin-history, add stats to it (#1990)Ellie Huxtable2024-04-30
* feat(history): create atuin-history, add stats to it I'd like to eventually pull all the history stuff into this crate. Stats are a nice start, as I'd like to use them from the UI anyways. * lock * clippy