Skip to content

AdrieanKhisbe/vorpal-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vorpal-shell

Vorpal Extension for running shell commands

npm License: MIT

About

Vorpal extension that enables you to run shell command, right from the vorpal REPL

To do so, start your command with $. Some completion is even availabled. (Hovewer due to a current vorpal caveat, it wont autocomplete your options 😕)

Besic Setup

const Vorpal = require('vorpal');
const vorpalShell = require('vorpal-shell');

const vorpal = Vorpal();

vorpal
  .delimiter('>> ')
  .use(vorpalShell({shell: 'zsh'}))
  .show();

About

Vorpal Extension for running shell commands

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published