Closed acbetter closed 5 years ago
Are these results from plugin zazu-file-finder
? I personally don't use this, because I feel Mac launchpad convenient.
But I will look into it, maybe next weekend.
Are these results from plugin
zazu-file-finder
? I personally don't use this, because I feel Mac launchpad convenient.But I will look into it, maybe next weekend.
Ye, seems from zazu-file-finder
. Here's my settings file.
{
"hotkey": "cmd+space",
"theme": "Eric-Jackson/zazu-clement-theme",
"displayOn": "detect",
"plugins": [
"tinytacoteam/zazu-calculator",
"tinytacoteam/zazu-file-finder",
"tinytacoteam/zazu-template",
"tinytacoteam/zazu-system",
"tinytacoteam/zazu-package-manager",
{
"name": "tinytacoteam/zazu-fallback",
"variables": {
"rootSearches": ["google"]
}
},
{
"name": "tinytacoteam/zazu-clipboard",
"variables": {
"ClipboardKey": "cmd+shift+v"
}
}
]
}
The plugin zazu-file-finder
used a module named fuzzyfind
but I perfer string contain
. Maybe can add one setting item something like:
{
"hotkey": "cmd+space",
"theme": "Eric-Jackson/zazu-clement-theme",
"displayOn": "detect",
"plugins": [
"tinytacoteam/zazu-file-finder",
{
"name": "inytacoteam/zazu-file-finder",
"variables": {
"MatchingAlgorithm": "fuzzyfind", # or "stringcontain"
}
}
]
}
Ok, I will add it now.
It should be working now, update your plugin and config it:
{
"name": "tinytacoteam/zazu-file-finder",
"variables": {
"matchBy": "stringincludes"
}
}
After i deleted old plugin zazu-file-finder
and installed a new one, it worked!!! Thanks very much!
If you have a "Uncaught Exception" after updated to version 1.1.0 on macOS, here's Resolution
Expected Behavior
Actual Behavior
Steps to reproduce the behavior
Toggle Zazu on and type "term".
Versions
Log
zazu.log.2019-07-15.zip