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

Allowing * Glob as a Placeholder in Search #249

Open muescha opened 2 months ago

muescha commented 2 months ago

About:

Enable star glob syntax for checking against casks.

Current Behavior

Expected:

Using a star should match all casks starting with libreoffice.

$ brew cu libreoffice*
[...]
     1/2  libreoffice                24.2.1        24.2.2             [OUTDATED]
     2/2  libreoffice-language-pack  24.2.1        24.2.2             [OUTDATED]
muescha commented 2 months ago

why - since libreoffice needs to be started once before the language pack can installed I need to install it step by step ...

ondrejfuhrer commented 1 month ago

Hey @muescha , I guess my memory failed me a bit. That feature was added quite some time ago, but for some reason got broken at some point (actually upgrading with any cask as a parameter is a bit broken right now).