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

windows7没有用,配置bookmarks的绝对路径也没有用! #6

Open
Aima09 opened this issue Oct 25, 2019 · 1 comment
Open

windows7没有用,配置bookmarks的绝对路径也没有用! #6

Aima09 opened this issue Oct 25, 2019 · 1 comment

Comments

@Aima09
Copy link

Aima09 commented Oct 25, 2019

{
  "hotkey": "alt+space",
  "theme": "tinytacoteam/zazu-light-theme",
  "displayOn": "detect",
  "plugins": [
    "tinytacoteam/zazu-calculator",
    "tinytacoteam/zazu-file-finder",
    "tinytacoteam/zazu-template",
    "tinytacoteam/zazu-system",
    "tinytacoteam/zazu-package-manager",
	"tinytacoteam/zazu-chrome-bookmarks",
    "danielbayerlein/zazu-github",
      "chrishelgert/zazu-fkill",
	  "linonetwo/zazu-translation",
    {
      "name": "tinytacoteam/zazu-fallback",
      "variables": {
        "rootSearches": [
          "google"
        ]
      }
    },
    {
      "name": "tinytacoteam/zazu-clipboard",
      "variables": {
        "ClipboardKey": "cmd+shift+v"
      }
    },
	{
      "name": "tinytacoteam/zazu-chrome-bookmarks",
      "variables": {
        "file": "~\Users\xxx\AppData\Local\Google\Chrome\User Data\Default\Bookmarks"
      }
    }
  ]
}
@linonetwo
Copy link
Member

这…可能是因为它依赖的库 https://github.com/linonetwo/firefox-profile-reader 只适配了 mac ,你要有空可以让它支持 windows。
之所以只支持 mac 是因为我预编译了一个 binary ,然后把这个只支持 mac 的 binary 提交到 npm 上了。之所以用 binary 而不是在本地用 node-gyp 重新编译,是因为 zazu 依赖的 「programmitally 控制 npm 的 npm 包」没法调用 node-gyp。

反正这个,难搞…

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