| Crates.io | which-key |
| lib.rs | which-key |
| version | 0.1.1 |
| created_at | 2024-09-02 20:45:03.362159+00 |
| updated_at | 2024-09-03 19:32:31.46214+00 |
| description | which key helps you remember your keymaps without leaving the terminal. |
| homepage | |
| repository | https://github.com/isaiah-hamilton/which-key |
| max_upload_size | |
| id | 1361035 |
| size | 24,167 |
Installation via cargo can be done by installing the which-key crate:
cargo install which-key
Alternatively, if you can use cargo install using the repo as the source.
# 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
Thanks to all contributors:
This project is inspired by which-key.nvim.
This tool wouldn't be possible without these amazing libraries:
And of course, another round of thanks to all the contributors and package maintainers!