Linux command
mprocs 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Run commands defined in mprocs.yaml
mprocs
Run specific commands
mprocs "[command1]" "[command2]"
Use a specific config file
mprocs --config [path/to/config.yaml]
说明
mprocs runs multiple commands in parallel and shows the output of each command separately in a TUI. It is designed for running commands you keep re-running during development, such as compilers, test runners, and dev servers. Each process runs in its own window and you can interact with processes directly (including using editors like vim inside mprocs). Unlike tmux, when mprocs ends, so do all processes it manages.
FAQ
What is the mprocs command used for?
mprocs runs multiple commands in parallel and shows the output of each command separately in a TUI. It is designed for running commands you keep re-running during development, such as compilers, test runners, and dev servers. Each process runs in its own window and you can interact with processes directly (including using editors like vim inside mprocs). Unlike tmux, when mprocs ends, so do all processes it manages.
How do I run a basic mprocs example?
Run `mprocs` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more mprocs examples?
This page includes 3 examples for mprocs, plus related commands for nearby Linux tasks.