diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-14 22:12:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 22:12:35 +0000 |
| commit | 851285225fce83bd63410d44e106df0c2a4a4733 (patch) | |
| tree | 943681c16d49a464dbc1ac80441a37572c271b47 /Cargo.toml | |
| parent | zsh bin is sometimes /usr/bin/zsh or might be elsewhere too (#8) (diff) | |
| download | atuin-851285225fce83bd63410d44e106df0c2a4a4733.zip | |
Add stats command (#9)
* 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
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ uuid = { version = "0.8", features = ["v4"] } indicatif = "0.15.0" hostname = "0.3.1" rocket = "0.4.7" +chrono-english = "0.1.4" +cli-table = "0.4" [dependencies.rusqlite] version = "0.24" |
