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