Terminal Pilot
Terminal Pilot is a VS Code extension that automates your workflow by launching multiple terminals with custom configurations in one command.
Features
- Automated Terminal Setup: Launch multiple terminals with user-defined names and commands.
- Flexible & Dynamic: Configure your terminal setups via VS Code settings.
Requirements
Build Extension
- From project dir i.e
terminal-pilot-extension , run following command:
vsce package
Configuration
Add your terminal settings to your settings.json :
{
"terminal-pilot.terminals": {
"terminal1": { "command": "echo Hello" },
"terminal2": { "command": "npm start", "show": true }
}
}
Usage
- Open the Command Palette (
Ctrl+Shift+P / Cmd+Shift+P ).
- Run Terminal Pilot: Start Terminals.
- Or - use status menu called
Pilot in your VSCode status bar at bottom.
| |