Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakutis/subcommandshell
- Owner: jakutis
- Created: 2021-05-25T13:46:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T18:28:56.000Z (over 3 years ago)
- Last Synced: 2024-12-15T07:46:24.009Z (about 1 month ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`