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

support wildcards #63

Open
pmav99 opened this issue Apr 6, 2016 · 4 comments · May be fixed by #101
Open

support wildcards #63

pmav99 opened this issue Apr 6, 2016 · 4 comments · May be fixed by #101

Comments

@pmav99
Copy link

pmav99 commented Apr 6, 2016

It would be nice if apacman could support wildcards/regex for searching AUR.

@oshazard
Copy link
Owner

oshazard commented Oct 2, 2016

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.*:

  1. apacman
  2. apacman-deps
  3. apacman-utils

Enter a selection (default=1):

oshazard added a commit that referenced this issue Oct 2, 2016
@oshazard
Copy link
Owner

oshazard commented Oct 4, 2016

@pmav99 if you prefer globbing support instead, feel free to re-open this issue

@pmav99
Copy link
Author

pmav99 commented Oct 4, 2016

No this is fine, thank you :)

@oshazard
Copy link
Owner

oshazard commented Oct 5, 2016

Sometimes it doesn't work... re-opening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants