Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Looks similar to the "bpipe" project I was experimenting with three years ago, except it appears seashells is only a one-way pipe ( can't pipe data back from browser into Unix pipe ).

The project I made has two two-way bindings from Unix pipes directly to DOM elements and supports DOM events.

Like:

  bpipe -s "#myInput" -e "keyup" | less

  echo "hello there" | bpipe -s "#myDiv"
If anyone is looking for inspiration on this sort of thing check out: https://github.com/Marak/bpipe. Includes both client and server.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: