We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "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" } } ] }
The text was updated successfully, but these errors were encountered:
这…可能是因为它依赖的库 https://github.com/linonetwo/firefox-profile-reader 只适配了 mac ,你要有空可以让它支持 windows。 之所以只支持 mac 是因为我预编译了一个 binary ,然后把这个只支持 mac 的 binary 提交到 npm 上了。之所以用 binary 而不是在本地用 node-gyp 重新编译,是因为 zazu 依赖的 「programmitally 控制 npm 的 npm 包」没法调用 node-gyp。
反正这个,难搞…
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: