2 releases
0.1.1 | Sep 3, 2024 |
---|---|
0.1.0 | Sep 2, 2024 |
#163 in Cargo plugins
27 downloads per month
8KB
71 lines
Installation
Cargo
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
Contributors
Thanks to all contributors:
Thanks
-
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!
Dependencies
~5–16MB
~148K SLoC