Smart Command Manager
Supercharge your terminal productivity with intelligent command storage and one-click execution!
Smart Command Manager is your ultimate companion for storing, organizing, and executing terminal commands in code editor. Stop remembering complex commands - save them once, use them forever!
✨ Key Features
⚡ Speed & Efficiency
- Quick Command Picker (
Cmd+Shift+Space): Execute any command in 2 seconds
- ⭐ Favorites: Star your most-used commands for instant access
- 📊 Smart History: Recently executed commands surface automatically
- 💾 Automatic Tracking: No setup needed - your workflow is learned
Core Features
- 🎯 One-Click Command Execution: Execute saved commands with a single click
- 📁 Command Groups: Organize commands into logical groups
- 🔄 Import/Export: Share command collections with your team
- ⚡ Quick Access: Dedicated view in your code editor activity bar
- ⌨️ Keyboard Shortcuts: Quick access with customizable hotkeys
- 🔍 Smart Search: Find your commands instantly
- 🎮 Command Panel: Intuitive UI for command management
- 📂 Open Folder in Editor: Right-click any folder → "Open Folder in Code Editor" to open projects in new editor window
☕ Support the Development
If you find Smart Command Manager helpful in your daily development workflow, consider buying me a coffee! Your support helps maintain and improve this extension.

🚀 Getting Started
- Install the extension from VS Code Marketplace
- Open the Smart Command Manager view in the Activity Bar
- Click the '+' button to add your first command
- Start executing commands with a single click!
⌨️ Keyboard Shortcuts
| Command |
Windows/Linux |
macOS |
Description |
| Quick Picker ⚡ |
Ctrl+Shift+Space |
Cmd+Shift+Space |
Instantly execute any command (NEW!) |
| Open Command Panel |
Ctrl+Shift+Z |
Cmd+Shift+Z |
Open full command manager |
| Add New Command |
Ctrl+Shift+A |
Cmd+Shift+A |
Create new command |
🎯 Use Cases
- Save complex git commands
- Store project-specific build commands
- Keep deployment scripts handy
- Manage database queries
- Run test suites
- Execute common npm/yarn commands
🔥 Quick Start Examples
Example 1: Speed Up Your Build Process
1. Add: npm run build (⭐ Star it)
2. Add: npm test (⭐ Star it)
3. Add: git add . (⭐ Star it)
4. Add: git commit -m "Feature complete"
Now: Press Cmd+Shift+Space → Select any command → Done!
Time: 2-3 seconds per command
Example 2: Command Groups for Complex Workflows
Group: "Full Build & Deploy"
├─ npm run lint
├─ npm run build
├─ npm test
└─ docker push myapp:latest
Execute once → All 4 run in sequence
❓ Frequently Asked Questions
How secure are my stored commands?
Commands are stored locally in your VS Code workspace settings. They are never transmitted to any external servers.
Can I open folders in a code editor directly?
Yes! Right-click any folder in VS Code's Explorer → Select "Open Folder in Code Editor". This will:
- Open the folder in a new editor window
- Auto-detect your installed editor (Cursor, Windsurf, or VS Code)
- Works across all operating systems
- Perfect for quickly switching between projects
Can I quickly create similar commands?
Press Cmd+Shift+Space (or Ctrl+Shift+Space on Windows/Linux) to open the Quick Command Picker. Your most-used and starred commands appear at the top for instant access!
How do I mark important commands as favorites?
Right-click any command in the tree view and select "Toggle Favorite (⭐)". Your favorite commands will:
- Show a ⭐ star prefix
- Appear at the top of the Quick Picker
- Be remembered across VS Code sessions
Can I share my commands with team members?
Yes! Use the Export/Import feature to share your command collections. Commands can be exported in JSON.
Does it work with all terminal commands?
Yes, Smart Command Manager works with any command that can be executed in your terminal, including shell scripts, git commands, npm scripts, etc.
Can I organize commands by project?
Absolutely! You can create different command groups for different projects or purposes using the Command Groups feature.
How do I edit a saved command?
Execute the command, modify it as needed, and re-execute it.
Will it work with my custom shell?
Yes, Smart Command Manager works with any shell configured in VS Code (bash, zsh, PowerShell, etc.).
Can I run multiple commands in sequence?
Yes, Create a command group, then execute each command in the group in sequence.
Is there a limit to how many commands I can save?
No, there's no practical limit to the number of commands you can save and organize.