Releases: Suhaas-code/shortcuts-cmd
Release list
v1.4.0 — per-environment defaults + ansi=off
New
- Per-environment defaults — the installer (and
reset/ first run) now seed the cheat sheet that matches your OS: Windows Terminal keys on Windows, terminal + readline + tmux on Linux, macOS Terminal / iTerm2 on macOS. Assets:windows.txt,linux.txt,macos.txt.shortcuts.txtstays as a generic fallback. // ansi = off— a data-file directive that disables all color and styling (bold/italic included). Use it when raw escape codes leak through, e.g. some SSH or WSL sessions. LikeNO_COLOR, but it lives in the file.
Changed
- Trimmed the data-file header comment to 4 lines.
- Shorter
shortcuts helpoutput.
Upgrade with shortcuts update (never touches your edited shortcuts), or re-run the installer.
v1.3.0 — Markdown-lite formatting
Render a terminal-adapted subset of Markdown in the shortcuts TUI — identical in the PowerShell and POSIX renderers.
New
- Headings —
#/##/###; level 2+ renders as a lighter--- Title ---sub-header. - Inline emphasis —
**bold**,*italic*,_italic_inside a key or description (ANSI styling; markers never print, and vanish cleanly when color is off). - Horizontal rule — a line of only
---,***, or___.
Unchanged
`backticks`still highlight an individual key (not literal code); emphasis is only parsed outside them.//comments /// colordirectives and thekeydescriptionrow format are untouched.
Deferred (write as plain text)
Tables, images, links, code fences, blockquotes, nested/ordered/task lists, raw HTML.
Full details in the README.
shortcuts v1.2.0
Uninstall support and a neofetch-style version banner.
New:
- shortcuts uninstall [-y] — removes every trace (script, config, PATH entry) and nothing else
- Installer uninstall too:
Windows: & ([scriptblock]::Create((irm .../install.ps1))) -Uninstall
POSIX: curl -fsSL .../install.sh | bash -s -- --uninstall - shortcuts version — ASCII banner with version, environment (shell/OS), shortcut counts, palette, and project link
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
shortcuts v1.1.1
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
shortcuts v1.0.0
Customizable cross-platform keyboard-shortcut reference CLI.
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
Commands: shortcuts, search, edit, path, reset, update, version, help.