Skip to content

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