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

Searching files (lqf) works, but searching content (lqs) apparently not #16

Open
Sekibutsu opened this issue Sep 7, 2023 · 1 comment

Comments

@Sekibutsu
Copy link

Hi,

I did installations per the instructions, and "lqf" finds and opens files, but "lqs" does not find anything. Any ideas? Is it supposed to search from within all files with any keyword, similarly than to Logseq cmnd+K function? Hope to get this work if so.

My best,
Oskari

@Sekibutsu Sekibutsu changed the title Searching files works, but keywords apparently not Searching files (lqf) works, but searching content (lqs) apparently not Sep 7, 2023
@huhinka
Copy link

huhinka commented Feb 4, 2024

I have the same problem. In my case, Alfred did not find the Python2 executable after macOS 12.3 which removed it.

And my workaround is using External Script to point to Python3 instead of /usr/bin/python.

The steps of this can be found here: Calling non-standard runtimes from Alfred.

When configuring a Run Script or Script Filter, Alfred provides a Language dropdown listing the runtimes which have historically been included with macOS. But what if you want to run a script from another language which you have installed on your system? Be it Node.js, Lua, or something else, it’s dead-simple to call them. Either:

  • Save your script with a proper shebang (examples: #!/usr/bin/env node; #!/usr/bin/env lua) and use External Script as the Language, pointing to your script.
  • Use /bin/zsh (or /bin/bash) as the Language and tell the runtime to call your script (examples: node MY_SCRIPT.js; lua MY_SCRIPT.lua).

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

No branches or pull requests

2 participants