aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/stats.rs (follow)
Commit message (Collapse)AuthorAge
* Update to clap 3.1.x (#289)Jamie Quigley2022-04-07
|
* Use an enum for dialect (#80)Yuvi Panda2021-05-09
|
* Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable2021-04-25
| | | | | | | | | * Begin moving to sqlx for local too * Stupid scanners should just have a nice cup of tea Random internet shit searching for /.env or whatever * Remove diesel and rusqlite fully
* Bugfixes, show time ago, perf improvementsEllie Huxtable2021-04-21
| | | | Also allow unique listing and more ergonomic cwd usage
* 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