Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allowing * Glob as a Placeholder in Search #249

Open
muescha opened this issue Apr 5, 2024 · 2 comments
Open

Allowing * Glob as a Placeholder in Search #249

muescha opened this issue Apr 5, 2024 · 2 comments
Labels
🐛 bug This is a :bug: that should be fixed

Comments

@muescha
Copy link
Contributor

muescha commented Apr 5, 2024

About:

Enable star glob syntax for checking against casks.

Current Behavior

  • When I execute brew cu, I receive a lengthy list of updates.
     $ brew cu
     [...]
      7/12  libreoffice                24.2.1        24.2.2             [OUTDATED]
      8/12  libreoffice-language-pack  24.2.1        24.2.2             [OUTDATED]
     [...]
  • I prefer to update only the packages related to libreoffice.
  • I attempted brew cu libreoffice, but it only identifies the libreoffice cask and not the associated language pack.
     $ brew cu libreoffice
     [...]
          Cask         Current  Latest  A/U    Result
     1/1  libreoffice  24.2.1   24.2.2       [OUTDATED]
  • Trying brew cu libreoffice* yields no results:
     $ brew cu libreoffice
     zsh: no matches found: libreoffice*

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
Copy link
Contributor Author

muescha commented Apr 5, 2024

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

@ondrejfuhrer
Copy link
Collaborator

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).

@ondrejfuhrer ondrejfuhrer added 🐛 bug This is a :bug: that should be fixed and removed 📈 enhancement labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug This is a :bug: that should be fixed
Projects
None yet
Development

No branches or pull requests

2 participants