Skip to content

Releases: Suhaas-code/shortcuts-cmd

v1.4.0 — per-environment defaults + ansi=off

Choose a tag to compare

@Suhaas-code Suhaas-code released this 11 Jul 06:02

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.txt stays 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. Like NO_COLOR, but it lives in the file.

Changed

  • Trimmed the data-file header comment to 4 lines.
  • Shorter shortcuts help output.

Upgrade with shortcuts update (never touches your edited shortcuts), or re-run the installer.

v1.3.0 — Markdown-lite formatting

Choose a tag to compare

@Suhaas-code Suhaas-code released this 11 Jul 05:12

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 / // color directives and the keydescription row 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

Choose a tag to compare

@Suhaas-code Suhaas-code released this 10 Jul 18:20

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

Choose a tag to compare

@Suhaas-code Suhaas-code released this 10 Jul 18:03
shortcuts colors update

shortcuts v1.1.0

Choose a tag to compare

@Suhaas-code Suhaas-code released this 10 Jul 17:52

Key highlighting, configurable colors, and a cleaner repo layout.

New:

  • Wrap keys in backticks to 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

Choose a tag to compare

@Suhaas-code Suhaas-code released this 10 Jul 17:12

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.