From 851285225fce83bd63410d44e106df0c2a4a4733 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 14 Feb 2021 22:12:35 +0000 Subject: 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 --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 29d7df0e..7573abef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.3.1