shortcuts v1.1.0
Key highlighting, configurable colors, and a cleaner repo layout.
New:
- Wrap keys in
backticksto color them separately:Alt+Shift++ - Colors (header/key/desc/code) configurable via // color lines in shortcuts.txt
- shortcuts help now leads with a one-line usage summary
- Installers now show how to use shortcuts in your current shell without restarting
Renamed (repo files only — installed command is still 'shortcuts'):
- shortcuts -> src/shortcuts.sh
- shortcuts.default.txt -> src/shortcuts.txt
- shortcuts.ps1 -> src/shortcuts.ps1
Install (Windows PowerShell):
irm https://github.com/Suhaas-code/Shortcuts-cmd/releases/latest/download/install.ps1 | iex
Install (Linux/macOS/WSL/Git Bash):
curl -fsSL https://github.com/Suhaas-code/Shortcuts-cmd/releases/latest/download/install.sh | bash