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
/
src
/
command
/
client
/
stats.rs
(
unfollow
)
Commit message (
Expand
)
Author
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