emptyc

0.0.21 • Public • Published

emptyd node.js client implementation

Commands

  • toggle boolean.config.option
  • su [user]
  • ssh hostname
  • run host1,host2,host3 command --with arguments
  • exit

Planned features

  • [ ] aggregate multiple hosts output (mode == "stream");
  • [ ] job control (jobs, ctrl-z, fg);
  • [ ] escalator support (https://github.com/kmeaw/escalator);
  • [x] resolver plugin API;
  • [ ] switch to single host during session;
  • [ ] logging facility;
  • [x] serial mode;

How to install

npm install emptyc

Random notes

  • you can enable readline in GNU/Linux: {"readline": {"enabled": true}}

Package Sidebar

Install

npm i emptyc

Weekly Downloads

2

Version

0.0.21

License

BSD-2-Clause

Unpacked Size

50.3 kB

Total Files

13

Last publish

Collaborators

  • kmeaw