aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-history/src/lib.rs (follow)
Commit message (Collapse)AuthorAge
* 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