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

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

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**