Skip to content

tomfun/node-shell-commandor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-shell-commandor

javascript terminal multiplexer and command runner

Example

const commander = require('node-shell-commandor');

commands = [{
  command: 'echo 1 && sleep 1'
}, {
  command: 'ls -lA && sleep 1 && ls -l && sleep 1 && ls -l --color=always /var/log/'
}];

commander.run(commands);

example run

How to exit? Ctrl+c or q

How to see output of selected command? Use arrows (up/down then enter)

example run example run

About

javascript terminal multiplexer and command runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published