shortcut-tools
v1.0.0
Published
Keyboard shortcuts & CLI commands for 271 platforms, right in your terminal. VS Code, Vim, tmux, Figma, Slack and more.
Maintainers
Readme
shortcut-tools
Keyboard shortcuts & CLI commands for 271 platforms — right in your terminal.
Powered by the free shortcut-tools.com API (4,400+ shortcuts: VS Code, Vim/Neovim, tmux, IntelliJ, Figma, Slack, kubectl, git and more). Zero dependencies, Node 18+.
Usage
# Show all shortcuts for a platform
npx shortcut-tools vscode
npx shortcut-tools tmux
# Search across 4,400+ shortcuts
npx shortcut-tools search duplicate line
# List all platforms (optionally by group)
npx shortcut-tools list
npx shortcut-tools list dev
# Pipe-friendly JSON output
npx shortcut-tools vim --json | jq '.categories[0]'Why
Looking up a shortcut shouldn't mean leaving the terminal. One command, instant cheat sheet.
API
This CLI is a thin wrapper over the public JSON API:
GET /api/v1/platforms.json— all platformsGET /api/v1/shortcuts/{key}.json— one platform's shortcutsGET /api/v1/search?q={query}— scored searchPOST /mcp— MCP server (JSON-RPC 2.0) for AI agents
Docs: shortcut-tools.com/en/api
Related
- 🌐 Interactive reference: shortcut-tools.com
- 🎮 Practice game: Shortcut Speedrun
- 📄 Printable cheat sheets: cheatsheet
License
MIT
