[package] name = "shell-hist" version = "0.2.0" authors = ["James Munns "] license = "MIT OR Apache-2.0" edition = "2018" repository = "https://github.com/jamesmunns/shell-hist" documentation = "https://docs.rs/shell-hist" description = "A CLI tool for inspecting shell history" readme = "README.md" [dependencies] regex = "1.0" structopt = "0.2" dirs = "1.0"