- Rust 1.70+ installed on your system
- Cargo (included in Rust toolchain)
git clone https://github.com/yourusername/bk.git
cd bk
cargo install --locked --path .# Quick reference for all shortcuts
$ bk
# Scroll through output
$ bk | less
# Just show me movement related shortcuts
$ bk -m
# Show movement and edit related shortcuts (chained flags)
$ bk -me
# Filter ctrl key shortcuts
$ bk | grep ctrl
# Uninstall bk
$ bk --uninstall- SS64 Bash Keyboard Shortcuts - Shortcuts reference
- Command Line Interface Guidelines - CLI design principles
- Clap Documentation - Argument parsing library
- Tabled Documentation - Pretty print table library
- The Rust Programming Language - Rust language reference
This project is licensed under the MIT License - see the LICENSE file for details.
