jacobbridges / cutiepipe

Simple shell utility for named pipes in Linux. Written purely in Python.
0 stars 0 forks source link

Implemented with sockets #1

Closed jacobbridges closed 8 years ago

jacobbridges commented 8 years ago

Removed the beanstalkc dependency and implemented the same features with pure Python and unix sockets. The new rewrite allows cutiepipe to pipe streams. (Refer to new README for all changes.)

This has not been tested on Windows.