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

[ISSUE-137] Add search for package version support #278

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dykderrick
Copy link

Hi David, I was using this app for a while and found it very good to maintain my local formulae/casks of Homebrew. While the listing function is great, the app would be more enhanced if we could add version specificity when users are searching for packages.

I found you already issued a feature request at here, so in this PR I am adding this function.

The flow is simple, but some discussions can be made regarding which search method would be best for user experience. In the issue you mentioned two ways of specifying a package version, but what we can do as well is using grep like below:

brew formulae | grep@postgresql@14

The search goes to local database, so the result could be faster rendered and more accurate.

image

Being said, I think brew search is also appreciated because it has more tolerance to accepting user's prompt. What do you think? Looking forward to your reply.

@buresdv
Copy link
Owner

buresdv commented Mar 19, 2024

This is interesting, I'll come back to it when I have more time… I've been really busy.

@buresdv buresdv force-pushed the main branch 4 times, most recently from b836e15 to ab19e21 Compare August 2, 2024 09:58
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 this pull request may close these issues.

2 participants