bayleeadamoss / zazu-file-finder

A file finder for Zazu.
18 stars 11 forks source link

I presume this project is dead? #48

Open tigger04 opened 3 years ago

tigger04 commented 3 years ago

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"
      }
    },
    "git@github.com: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"
  ]
}
linonetwo commented 3 years ago

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?

tigger04 commented 3 years ago

Sure, I'll have a go