buo / homebrew-cask-upgrade

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

Batched interactive more #224

Closed ondrejfuhrer closed 1 year ago

ondrejfuhrer commented 1 year ago

This is an alternative solution to https://github.com/buo/homebrew-cask-upgrade/pull/195

Description

Currently when upgrading in interactive mode, you need to interact for each cask and wait for (potential) update and then decide on the next one. With this change we change this behaviour to first decide on every outdated cask if we want to update that or not and then install them in one go.

Actions taken

XOR-op commented 1 year ago

This solution looks good to me and it's definitely more natural than #195.