Show HN: Mprocs 0.5 – TUI for running processes, now with mouse support (github.com)

2 points by pvolok ↗ HN
When you work on a project you very often need the same list of commands to be running. For example: webpack serve, jest --watch, node src/server.js. With mprocs you can list these command in mprocs.yaml and run all of them by running mprocs. Then you can switch between outputs of running commands and interact with them.

1 comment

[ 3.2 ms ] story [ 12.3 ms ] thread
I'm using overhive, that uses tmux+Procfile and seem to do the job. mprocs seem a little bit narrow but if somebody adding such a function to the project from scratch, maybe worth looking.