aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-history/src/stats.rs (unfollow)
Commit message (Expand)Author
2024-05-30fix(stats): generation for commands starting with a pipe (#2058)Sandro
2024-05-06feat(ui): scroll history infinitely (#1999)Ellie Huxtable
2024-04-30feat(history): create atuin-history, add stats to it (#1990)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-02-26fix(stats): Enable multiple command stats to be shown using unicode_segmentat...Eric Hodel
2024-02-15feat: add 'ignored_commands' option to stats (#1722)David
2024-02-06fix(tests): add Settings::utc() for utc settings (#1677)Ellie Huxtable
2024-02-06Add timezone configuration option & CLI overrides (#1517)cyqsimon
2024-01-24stats: Misc improvements (#1613)Philippe Normand
2024-01-19fix: Use existing db querying for history list (#1589)Peter Holloway
2024-01-17Stop control characters being printed to terminal (#1576)Peter Holloway
2024-01-01fix(stats): time now_local not working Conrad Ludgate
2023-11-29feat: allow spaces in stats prefixes (#1414)Patrick Jackson
2023-11-23feat: allow configuring stats prefix (#1411)Ellie Huxtable
2023-10-08clear history id (#1263)Conrad Ludgate
2023-10-04Fix/1207 deleted entries shown in interactive search (#1272)Dieter Eickstaedt
2023-09-11replace chrono with time (#806)Conrad Ludgate
2023-07-14Add workspace mode, enable if in git repo (#1053)Ellie Huxtable
2023-04-14Workspace reorder (#868)Vladislav Stepanov
2023-04-10Atuin stats with day, month, week and year filter (#858)Gokul
2023-03-13add common prefixes and subcommands to stats (#773)Conrad Ludgate
2023-03-09fix new stats unique count (#772)Conrad Ludgate
2023-02-14Check before unwrapping in stats (#717)Ellie Huxtable
2023-02-10stats (#707)Conrad Ludgate
2022-10-21docs: add more details about date parsing in the stats command (#579)Benjamin Vergnaud
2022-10-18Upgrade clap (#568)Conrad Ludgate
2022-05-09Importer V3 (#395)Conrad Ludgate
2022-05-03Adds stats summary (#384)Satyarth Sampath
2022-04-28ignore JetBrains IDEs, tidy-up imports (#348)Jakub Panek
2022-04-22History filter (#329)Ellie Huxtable
2022-04-21refactor commands for better separation (#313)Conrad Ludgate
2022-04-21A few minor tweaks (#314)Conrad Ludgate
2022-04-07Update to clap 3.1.x (#289)Jamie Quigley
2021-05-09Use an enum for dialect (#80)Yuvi Panda
2021-04-25Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable
2021-04-21Bugfixes, show time ago, perf improvementsEllie Huxtable
2021-04-20Use cargo workspaces (#37)Ellie Huxtable
2021-03-10Add config file support (#15)Ellie Huxtable
2021-02-15use database trait instead of sqlite impl (#10)Conrad Ludgate
2021-02-14Add stats command (#9)Ellie Huxtable