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