zazu-file-finder
zazu-file-finder copied to clipboard
I presume this project is dead?
I presume this project is dead? no activity for years ... but for what it's worth, on MacOS it doesn't pick up the standard Mac applications (in /System/Applications - they moved here a few versions ago of the OS), but it does pick up apps in /Applications. This can be fixed by appending /System/Applications.
What I cannot get working is file finder ... here's my attempt below
Given the timings lf last checkins etc I presume this isn't up to date with the MacOS permissions framework as of Catalina.
{
"hotkey": "cmd+space",
"disableAnalytics": true,
"hideTrayItem": true,
"theme": "tinytacoteam/zazu-dark-theme",
"displayOn": "detect",
"plugins": [
{
"name": "tinytacoteam/zazu-file-finder",
"variables": {
"append": true,
"directories": {
"filePath": [
"$HOME",
"$HOME/desk",
"$HOME/iCloud"
],
"appPath": [
"/System/Applications"
],
"excludeName": [
"node_modules"
],
"excludePath": [
"~/Library"
]
}
}
},
"tinytacoteam/zazu-calculator",
"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"
}
},
"[email protected]:avaly/zazu-currency-convertor",
"jgoday/zazu-dev-doc",
"danielbayerlein/zazu-devdocs",
"blakek/zazu-emoj",
"tinytacoteam/zazu-falback",
"chrishelgert/zazu-fkill",
"linonetwo/firefox-bookmarks",
"sqlwwx/zazu-free-shadowsocks",
"afaur/zazu-gist",
"danielbayerlein/zazu-homebrew"
]
}
I'm still in progess refactoring zazu into typescript.
But I recently working on TiddlyGit instead.
I think I have permission to merge PR, maybe you can try one?
Sure, I'll have a go