which-key

Crates.iowhich-key
lib.rswhich-key
version0.1.1
sourcesrc
created_at2024-09-02 20:45:03.362159
updated_at2024-09-03 19:32:31.46214
descriptionwhich key helps you remember your keymaps without leaving the terminal.
homepage
repositoryhttps://github.com/isaiah-hamilton/which-key
max_upload_size
id1361035
size24,167
Isaiah Hamilton (Isaiah-Hamilton)

documentation

README

Which Key

helps you remember your keymaps without leaving the terminal. Inspired by which-key.nvim

github version github version

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:

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!

Commit count: 0

cargo fmt