Open jankatins opened 9 months ago
Another alternative: use a dynamic version: I get the current version with curl -s -L -H "Accept: application/vnd.github+json" https://api.github.com/repos/bitwarden/clients/releases | jq -c '[.[] | select(.tag_name | contains("cli-"))] | .[0].tag_name'
, so if zinit update would run that again, all would be fine :-)
If the feature request is for a plugin or theme, specify it here.
No response
If the feature solves a problem you have, specify it here.
I'm trying to install the bitwarden clie from https://github.com/bitwarden/clients/releases. Unfortunately, bitwarden mixes the releases for all their clients and I only want to consider the releases with a tag like
cli-*
(at the time of writing this:cli-v2024.2.0
.Describe the proposed feature.
Currently the 'ver' ICE is used verbatim. It would be nice if it could be used as prefix or regex.
Describe alternatives you've considered
zinit would fall back to an older release until a bpick is matching.
Additional context
Currently this error is shown, when using the folliwng recipe:
If I use a full ver, it works:
Related Issues
No response