aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/stats.rs (follow)
Commit message (Collapse)AuthorAge
* Use cargo workspaces (#37)Ellie Huxtable2021-04-20
| | | | | | | | | | | | * Switch to Cargo workspaces Breaking things into "client", "server" and "common" makes managing the codebase much easier! client - anything running on a user's machine for adding history server - handles storing/syncing history and running a HTTP server common - request/response API definitions, common utils, etc * Update dockerfile
* Add config file support (#15)Ellie Huxtable2021-03-10
|
* use database trait instead of sqlite impl (#10)Conrad Ludgate2021-02-15
| | | small improvements
* Add stats command (#9)Ellie Huxtable2021-02-14
* Add stats command For example atuin stats day yesterday atuin stats day last friday atuin stats day 01/01/21 * Output tables, fix import blanks