https://github.com/dongyuwei/pipe2browser
pipe output of shell cmd to browser ,instantly. by nodejs
https://github.com/dongyuwei/pipe2browser
Last synced: 4 months ago
JSON representation
pipe output of shell cmd to browser ,instantly. by nodejs
- Host: GitHub
- URL: https://github.com/dongyuwei/pipe2browser
- Owner: dongyuwei
- Created: 2013-02-25T07:49:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-25T10:18:23.000Z (over 12 years ago)
- Last Synced: 2025-02-10T17:07:27.625Z (4 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pipe output( **stdout** and **stderror** ) of shell cmd to browser,instantly. by nodejs
============how to use?
1. `sudo npm install -g pipe2browser`
2. modify the `cmd` in **cmd.json** of current dir to test.
3. `pipe2browser -restart`, enjoy!an example cmd.json:
```
{
"cmd":[
"pwd",
"ls -l",
"svn up --non-interactive --trust-server-cert --username dyw --password myPasswd /tmp/myCode"
]
}
```__Note:__ a default **cmd.json** will created in your current dir(`pwd`), where you start **pipe2browser**