aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-history/src (follow)
Commit message (Collapse)AuthorAge
* fix(stats): generation for commands starting with a pipe (#2058)Sandro2024-05-30
| | | Closes #1882
* feat(ui): scroll history infinitely (#1999)Ellie Huxtable2024-05-06
| | | | | | | | | | | * wip, history scrolls right! * wip * virtual scroll fucking worksssss * paging works :) * scroll search results now too
* 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