poorman icon indicating copy to clipboard operation
poorman copied to clipboard

A process control system written in shell, for development.

Results 4 poorman issues
Sort by recently updated
recently updated
newest added

Run `poorman start` with this `Procfile`: ``` # This is a comment foo: sleep 3 bar: sleep 3 baz: sleep 3 ``` It should wait three seconds and then terminate,...

Is poorman expected to handle compound commands? Here are some examples that don't work currently: ``` service: bin/config && bin/serve mammals-log: tail -f logs/serve.log | grep mammal service-with-only-stderr: bin/service >/dev/null...

One of the key motivations of poorman: **Ensure managed processes actually die on exit.** Occasionally processes need a `kill -9`. It's a frustrating experience for developers to have to chase...

With #3 done, it's time to release an official 1.0 of poorman. I'll take another pass at reviewing my own code and testing in large projects. I'm considering a section...