fd0 / machma

Easy parallel execution of commands with live feedback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status area "jumpy"

johnny2k opened this issue · comments

The number of lines in the status area is variable so reading and keeping track of the processed/failed/workers area is difficult.

An example to see what I'm talking about is to run find / | machma -p 9 -- ls -alh {} and try to keep an eye on the "processed" count.

Maybe there's a better solution but what I was thinking: adding empty lines so that the status area stays in the same location. So there would always be number of lines equal to the maximum workers count plus one.

Indeed, good point.

Could you try again? You can close this issue if that's better.

I'm going to close this as resolved.