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

I presume this project is dead? #48

Open
tigger04 opened this issue Dec 15, 2020 · 2 comments
Open

I presume this project is dead? #48

tigger04 opened this issue Dec 15, 2020 · 2 comments

Comments

@tigger04
Copy link

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"
  ]
}
@linonetwo
Copy link
Member

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
Copy link
Author

tigger04 commented Dec 15, 2020

Sure, I'll have a go

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