← Back to tools
View AGENTS.md for mprocs
mprocs
Run multiple commands in parallel with separate output views
Description
mprocs runs multiple commands in parallel and shows output of each command separately. It provides a TUI that lets you switch between the output of different running processes.
AI Summary
A TUI process manager that runs multiple commands in parallel with separate output views.
Capabilities
- + Run multiple commands in parallel
- + Switch between command outputs
- + TUI interface for process management
- + YAML configuration support
Use When
- → You need to run and monitor multiple processes
- → You want a simpler alternative to tmux for process management
Avoid When
- x You need full terminal multiplexing
- x You only run one command at a time