Open Sleepful opened 2 months ago
I'm pretty sure this is already possible? You can change what the chooser displays however/whenever you want.
Maybe have a look at:
@latenitefilms I will take a look, I didn't find anything inside https://www.hammerspoon.org/docs/hs.chooser.html
Just watch queryChangedCallback()
to changes to the query, and update the choices accordingly?
Allow the user to set their own "filtering" function for results within the chooser based on the query.
This would allow the user to create their own algorithm to search the results, such as fuzzy searching or something else.
Fuzzy searching idea mentioned here:
https://github.com/Hammerspoon/hammerspoon/issues/1149