Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakutis/subcommandshell

Spawn a shell to execute subcommands (of, for example, git) without repeating the main command
https://github.com/jakutis/subcommandshell

Last synced: 6 days ago
JSON representation

Spawn a shell to execute subcommands (of, for example, git) without repeating the main command

Awesome Lists containing this project

README

        

# subcommandshell [![npm version](https://img.shields.io/npm/v/subcommandshell.svg?style=flat)](https://www.npmjs.com/package/subcommandshell)

Spawn a shell to execute subcommands (of, for example, git) without repeating the main command

## Installation

1. install [Node.js](https://nodejs.org/)
2. run `npm install -g subcommandshell`

## Usage

1. run `subcommandshell ` (all arguments, except the command, are optional), for example: `subcommandshell git /bin/bash 'git > ' status '^C' ~/.gitsh`