mprocs
mprocs copied to clipboard
Bug: Mangled output from nix-output-monitor
It seems mprocs can't display the output of https://github.com/maralorn/nix-output-monitor correctly, which frequently moves the cursor around and rewrite the output.
Here is a capture of some output from nix-output-monitor:
out.txt
It can be rate-limited using pv:
curl -L 'https://github.com/user-attachments/files/17017415/out.txt' | pv -L 50k
Version:
$ mprocs --version
mprocs 0.7.1
For coming here from google, wondering if there is a workaround: wrap all your programs with tmux new "${escaped_cmd} ; read\" \; set-option destroy-unattached
Thanks for the log!
Fixed in 39906ad
Fixed in mprocs 0.8.