Command Launcher
TL;DR
The Cmdop Command Launcher is a Spotlight-like overlay activated with Option+Space (macOS) or Alt+Space (Windows). It supports natural language commands, machine targeting with @machine syntax, command history navigation, quick action suggestions, and is fully customizable through Settings.
Spotlight-like interface for instant command execution.
How do I open the Command Launcher?
Press Option+Space (macOS) or Alt+Space (Windows)
What does the Launcher interface look like?
βββββββββββββββββββββββββββββββββββββββββββ
β β restart nginx on production β
βββββββββββββββββββββββββββββββββββββββββββ€
β π₯ production-server β
β β‘ Restart nginx service β
β β
β Recent: β
β β’ check disk space β
β β’ deploy to staging β
β β’ view logs β
βββββββββββββββββββββββββββββββββββββββββββWhat features does the Launcher support?
How do I use natural language commands?
Type commands naturally:
- βrestart nginxβ
- βcheck memory on productionβ
- βdeploy latest commitβ
How do I target a specific machine?
Target specific machines:
- β@production restart nginxβ
- βproduction: check logsβ
- Type machine name to filter
What are Quick Actions?
Common operations appear as suggestions:
- Recent commands
- Frequently used
- Context-aware suggestions
How do I navigate command history?
- Press
β/βto navigate history - Type to search history
- Clear with
Cmd+K/Ctrl+K
What keyboard shortcuts does the Launcher support?
| Shortcut | Action |
|---|---|
Enter | Execute command |
Escape | Close launcher |
β / β | Navigate history/suggestions |
Tab | Accept suggestion |
Cmd+K | Clear input |
How do I configure the Launcher?
How do I change the global hotkey?
- Open Settings (
Cmd+,) - Go to Shortcuts
- Click βGlobal Hotkeyβ
- Press new key combination
What Launcher settings can I customize?
Settings > Launcher:
- Show machine suggestions
- Show recent commands
- Auto-execute confirmed commands
- Theme
Last updated on