# [know-thy-shell](https://know-thy-shell.info) A set of command line tools and [notebooks](https://github.com/know-thy-shell/know-thy-shell) to allow an Linux/MacOs user to get more insight into their workflows. This is work in progress! # Install The only supported install method is through `cargo` at this point. If needed first install `rust` and `cargo` with [rustup](https://rustup.rs). Use `cargo` to install `know-thy-shell` ```console cargo install know-thy-shell ``` This will install the `kts` executable, run for more information.