Run multiple commands in parallel with a unified terminal interface
Run multiple commands in parallel
mprocs$ mprocs 'npm run dev' 'npm run test' 'npm run build'$ mprocs 'docker-compose up' 'tail -f logs/app.log' 'redis-cli monitor'$ mprocs -c mprocs.yaml