Which Key

helps you remember your keymaps without leaving the terminal. Inspired by [which-key.nvim](https://github.com/folke/which-key.nvim) [github version](https://crates.io/crates/which-key) [github version](https://crates.io/crates/which-key)
## Installation ### Cargo Installation via `cargo` can be done by installing the [`which-key`](https://crates.io/crates/which-key) crate: ```bash cargo install which-key ``` Alternatively, if you can use `cargo install` using the repo as the source. ```bash # Option 1 - Download from releases and install curl -LO https://github.com/isaiah-hamilton/which-key/archive/0.10.2.tar.gz tar -xzvf 0.10.2.tar.gz cargo install --path . --locked # Option 2 - Manually clone the repo and install git clone https://github.com/isaiah-hamilton/which-key cd bottom cargo install --path . --locked # Option 3 - Install using cargo with the repo as the source cargo install --git https://github.com/ClementTsang/bottom --locked ``` ## Contributors Thanks to all contributors: [contributors](https://github.com/isaiah-hamilton/which-key/graphs/contributors) ## Thanks - This project is inspired by [which-key.nvim](https://github.com/folke/which-key.nvim). - This tool wouldn't be possible without these amazing libraries: - [clap](https://github.com/clap-rs/clap) - [comfy-table](https://github.com/Nukesor/comfy-table) - [dirs](https://github.com/dirs-dev/dirs-rs) - [serde](https://github.com/serde-rs/serde) - [serde_yml](https://github.com/sebastienrousseau/serde_yml) - And of course, another round of thanks to all the contributors and package maintainers!