Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xgheaven/ichest
A commands manager for yourself just like a chest. Manage remote/local/git commands
https://github.com/xgheaven/ichest
Last synced: about 1 month ago
JSON representation
A commands manager for yourself just like a chest. Manage remote/local/git commands
- Host: GitHub
- URL: https://github.com/xgheaven/ichest
- Owner: XGHeaven
- Created: 2019-06-07T14:20:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T18:32:40.000Z (almost 4 years ago)
- Last Synced: 2024-04-23T12:57:54.664Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IChest
A command manager for your like chest.
## Install
```bash
npm install @ichest/cli -g
# or
yarn global add @ichest/cli
```## Usage
```bash
# add command first
ic add c1 ~/a/bic c1 arg1 arg2
# is equal
~/a/b arg1 arg2# address also support url
ic add c2 https://xxx.com/xxx.js
ic c2 arg1 arg2# address support git repo as command group
# user/repo has test1.js/test2.js files
ic add https://github.com/user/rpo
ic test1.js arg
ic test2.js arg
```