From 0d16a113c5fc9da7bb75f8c771714f4e00449f19 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 30 Mar 2023 06:45:49 +0100 Subject: Add `atuin status` (#830) Useful for debugging, checking the state of things, and for if you forget your username! --- Cargo.lock | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index faa08cfd..264648bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,6 +80,7 @@ dependencies = [ "chrono", "clap", "clap_complete", + "colored", "crossbeam-channel", "crossterm", "directories", @@ -383,6 +384,17 @@ dependencies = [ "os_str_bytes", ] +[[package]] +name = "colored" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" +dependencies = [ + "atty", + "lazy_static", + "winapi", +] + [[package]] name = "config" version = "0.13.2" -- cgit v1.3.1