subcommandshell
v1.0.0
Published
Spawn a shell to execute subcommands (of, for example, git) without repeating the main command
Downloads
2
Maintainers
Readme
subcommandshell
Installation
- install Node.js
- run
npm install -g subcommandshell
Usage
- run
subcommandshell <command> <shellPath> <prefix> <default> <sigintSuffix> <historyFilePath>
(all arguments, except the command, are optional), for example:subcommandshell git /bin/bash 'git > ' status '^C' ~/.gitsh