A plugin that provides quick command functionality for Tabby terminal.
Alt+QAlt+QAlt+Q%APPDATA%\tabby\plugins\node_modules~/Library/Application Support/tabby/plugins~/.config/tabby/pluginsEach command contains the following properties:
Commands and groups can be bound to one or more saved SSH profiles from Tabby's Profiles & connections settings.
cd /path/to/project
npm install
npm start
${parameter_name} to define a parameter. When executing the command, a dialog will pop up asking for the value of each parameter.name: "List Files"
text: "ls -la"
appendCR: true
name: "Start Project"
text: "cd ~/project\nnpm install\nnpm start"
appendCR: true
name: "Step Execution"
text: "echo Step 1\s1000\necho Step 2\s1000\necho Step 3"
appendCR: true
name: "Interrupt Process"
text: "\x03"
appendCR: false
name: "Git Commit"
text: "git commit -m \"${message}\""
appendCR: true
TypeScript
81.0%
Pug
12.6%
Batchfile
3.6%
JavaScript
1.7%
SCSS
1.2%
A plugin that provides quick command functionality for Tabby terminal.
Alt+QAlt+QAlt+Q%APPDATA%\tabby\plugins\node_modules~/Library/Application Support/tabby/plugins~/.config/tabby/pluginsEach command contains the following properties:
Commands and groups can be bound to one or more saved SSH profiles from Tabby's Profiles & connections settings.
cd /path/to/project
npm install
npm start
${parameter_name} to define a parameter. When executing the command, a dialog will pop up asking for the value of each parameter.name: "List Files"
text: "ls -la"
appendCR: true
name: "Start Project"
text: "cd ~/project\nnpm install\nnpm start"
appendCR: true
name: "Step Execution"
text: "echo Step 1\s1000\necho Step 2\s1000\necho Step 3"
appendCR: true
name: "Interrupt Process"
text: "\x03"
appendCR: false
name: "Git Commit"
text: "git commit -m \"${message}\""
appendCR: true
TypeScript
81.0%
Pug
12.6%
Batchfile
3.6%
JavaScript
1.7%
SCSS
1.2%