buo / homebrew-cask-upgrade

A command line tool for upgrading every outdated app installed by Homebrew Cask
MIT License
2.44k stars 90 forks source link

parallel upgrade? #92

Closed ilcn closed 5 years ago

ilcn commented 6 years ago

Is it possible to have parallel upgrade?

ondrejfuhrer commented 5 years ago

Hey @ilcn

Thank you for the suggestion, I just tested it and even though it is possible, there are some display issues (especially with progress bar) and I could imagine that it might have as well problems when upgrading casks that depends on each other.

Would be nice to see here how many people would appreciate this feature with those limitations (there is no much we can do here about the display issues, since that is output of brew install command)?

ondrejfuhrer commented 5 years ago

Hello guys, as mentioned earlier I don't thing there will be good enough solution to do that. If anyone is able to come up with PR that would solve those issues, feel free to do so, but I think it is too complicated and not worth right now.