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

Fuzzy search can also go to stdout #36

Merged
merged 2 commits into from
Mar 31, 2023

Conversation

moretticb
Copy link
Contributor

I decoupled the fuzzy search feature (doQuery) from GUI code (runQuery), so now the search can also be used in terminal, redirecting the results to stdout. Check it in practice:

Screen.Recording.2023-03-29.at.22.32.00.mov

moretticb and others added 2 commits March 26, 2023 03:05
@moretticb
Copy link
Contributor Author

moretticb commented Mar 31, 2023

oops, not yet! I have to make parameter "-m" work the same way. My bad 😅

@moretticb
Copy link
Contributor Author

Put some thought and it is actually better to keep this way. Simpler code and the -m case is better addressed with shell, since no GUI involved. Ready to merge 😎

@chipsenkbeil chipsenkbeil merged commit 59e28af into chipsenkbeil:master Mar 31, 2023
@chipsenkbeil
Copy link
Owner

Thanks for the contribution!

@chipsenkbeil
Copy link
Owner

@moretticb this is now available in the 1.3.0 release. Thanks again!

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