matthewjumpsoffbuildings / terminal-tab

Open a terminal tab programatically

Home Page:https://github.com/miguelmota/terminal-tab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal Tab

Open a terminal tab programatically.

Install

npm install terminal-tab -g

Usage

var terminalTab = require('terminal-tab');

terminalTab.open('echo hello; sleep 2 && exit');

Args

terminal-tab 'echo hello'

Piping

echo 'echo hello' | terminal-tab

License

MIT.

About

Open a terminal tab programatically

https://github.com/miguelmota/terminal-tab

License:MIT License


Languages

Language:JavaScript 100.0%