Commit graph

8 commits

Author SHA1 Message Date
Jamie Quigley
f861893293
Update to clap 3.1.x () 2022-04-07 06:32:11 +01:00
Yuvi Panda
a04865d9d8
Use an enum for dialect () 2021-05-09 11:39:39 +01:00
Ellie Huxtable
156893d774
Update docs, unify on SQLx, bugfixes ()
* 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
2021-04-25 17:21:52 +00:00
Ellie Huxtable
4a50ce3666 Bugfixes, show time ago, perf improvements
Also allow unique listing and more ergonomic cwd usage
2021-04-21 21:26:44 +01:00
Ellie Huxtable
a21737e2b7
Use cargo workspaces ()
* 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
2021-04-20 20:53:07 +00:00
Ellie Huxtable
61607e023f
Add config file support () 2021-03-10 21:24:08 +00:00
Conrad Ludgate
68c5ca9ece
use database trait instead of sqlite impl ()
small improvements
2021-02-15 09:07:49 +00:00
Ellie Huxtable
851285225f
Add stats command ()
* 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
2021-02-14 22:12:35 +00:00