apacman
apacman copied to clipboard
support wildcards
It would be nice if apacman could support wildcards/regex for searching AUR.
I've implemented regular expression support for installing (-S
) and searching (-Ss
) packages.
It will land in the upcoming 3.0 release. Note: uses regex not glob syntax.
Example:
$ apacman -S apacm.*
:: There are 3 packages that match apacm.*:
- apacman
- apacman-deps
- apacman-utils
Enter a selection (default=1):
@pmav99 if you prefer globbing support instead, feel free to re-open this issue
No this is fine, thank you :)
Sometimes it doesn't work... re-opening.