nteract / term-launcher

:computer: :rocket: Launch terminals and jupyter consoles from node.

Home Page:https://nteract.github.io/term-launcher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💻 🚀 Term Launcher

Greenkeeper badge

Launch terminals and jupyter consoles from node.

Installation

npm install term-launcher

Example

const term = require('term-launcher');

term.launchTerminal('echo Hello world!');
term.launchTerminal('ls', '~/Desktop');
term.launchTerminal('ls', '~/Desktop', 'iTerm.app');

term.launchJupyter('<path-to-connection-file-of-running-kernel>');
term.launchJupyter('<path-to-connection-file>', 'Desktop', 'iTerm.app');

Documentation

API Documentation.

About

:computer: :rocket: Launch terminals and jupyter consoles from node.

https://nteract.github.io/term-launcher/

License:MIT License


Languages

Language:JavaScript 96.3%Language:Shell 3.7%