Skip to content

Instantly share code, notes, and snippets.

@linonetwo
Last active April 20, 2020 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linonetwo/c67997a192fd32df1211be5756c563e6 to your computer and use it in GitHub Desktop.
Save linonetwo/c67997a192fd32df1211be5756c563e6 to your computer and use it in GitHub Desktop.
[zazurc] zazu #config file
{
"hotkey": "alt+space",
"theme": "linonetwo/zazu-light-theme",
"displayOn": "detect",
"blur": false,
"plugins": [
{
"name": "linonetwo/zazu-clipboard",
"variables": {
"ClipboardKey": "ctrl+v"
}
},
{
"name": "linonetwo/zazu-firefox-bookmarks",
"variables": {
"limit": 10,
"prefix": false
}
},
{
"name": "linonetwo/zazu-translation",
"variables": {
"anki": true,
"deckName": "英语",
"modelName": "基础",
"fields": {
"raw": "正面",
"result": "背面"
}
}
},
{
"name": "tinytacoteam/zazu-fallback",
"variables": {
"prefixSearches": {
"tw": {
"icon": "https://en.cppreference.com/favicon.ico",
"name": "C++ Reference",
"url": "https://en.cppreference.com/mwiki/index.php?search="
},
"c++": {
"icon": "https://en.cppreference.com/favicon.ico",
"name": "C++ Reference",
"url": "https://en.cppreference.com/mwiki/index.php?search="
},
"fa": {
"icon": "fa-font-awesome fab",
"name": "FontAwesome",
"url": "https://fontawesome.com/icons?d=gallery&q="
},
"caniuse": {
"icon": "fa-chart-bar",
"name": "Can I use",
"url": "https://caniuse.com/#search="
},
"taobao": {
"icon": "fa-alipay fab",
"name": "Taobao",
"url": "https://s.taobao.com/search?q="
},
"bilibili": {
"icon": "fa-play",
"name": "BiliBili",
"url": "https://search.bilibili.com/all?keyword="
},
"bili": {
"icon": "fa-play",
"name": "BiliBili",
"url": "https://search.bilibili.com/all?keyword="
},
"baidu": {
"icon": "fa-trash",
"name": "Baidu",
"url": "http://www.baidu.com/s?wd="
},
"zhihu": {
"icon": "fa-zhihu fab",
"name": "Zhihu",
"url": "https://www.zhihu.com/search?type=content&q="
},
"crate": {
"icon": "fa-box",
"name": "Rust Crates",
"url": "https://crates.io/search?q="
},
"doc": {
"icon": "fa-dev fab",
"name": "DevDocs",
"url": "https://devdocs.io/?q="
},
"steam": {
"icon": "fa-steam fab",
"name": "Steam",
"url": "https://store.steampowered.com/search/?term="
},
"firefox": {
"icon": "fa-firefox fab",
"name": "Firefox Extension",
"url": "https://addons.mozilla.org/en-US/firefox/search/?q="
},
"gist": {
"icon": "fa-code",
"name": "Github Gists",
"url": "https://gist.github.com/search?q="
},
"commit": {
"icon": "fa-code",
"name": "My Github Commits",
"url": "https://github.com/search?type=Commits&q=user%3Alinonetwo+"
},
"star": {
"icon": "fa-star",
"name": "My Github Stars",
"url": "https://github.com/linonetwo?tab=stars&utf8=%E2%9C%93&q="
},
"ghmy": {
"icon": "fa-github-square fab",
"name": "My Github Repos",
"url": "https://github.com/search?type=Code&q=user%3Alinonetwo+"
},
"mygh": {
"icon": "fa-github-square fab",
"name": "My Github Repos",
"url": "https://github.com/search?type=Code&q=user%3Alinonetwo+"
},
"github": {
"icon": "fa-github-square fab",
"name": "GitHub",
"url": "https://github.com/search?utf8=%E2%9C%93&ref=simplesearch&q="
},
"bing": {
"icon": "fa-windows fab",
"name": "Bing",
"url": "https://cn.bing.com/search?q="
},
"magi": {
"icon": "fa-magic fab",
"name": "Magi",
"url": "https://magi.com/search?q="
},
"pypi": {
"icon": "fa-python fab",
"name": "Pypi - Python 仓库",
"url": "https://pypi.org/search/?q="
},
"moe": {
"icon": "fa-kiss",
"name": "萌娘百科",
"url": "https://zh.moegirl.org/index.php?title=Special%3A%E6%90%9C%E7%B4%A2&go=%E5%89%8D%E5%BE%80&search="
}
},
"rootSearches": ["google"]
}
},
"tinytacoteam/zazu-calculator",
"tinytacoteam/zazu-system",
"tinytacoteam/zazu-package-manager",
"tinytacoteam/zazu-snippets",
"linonetwo/zazu-tldr",
"blakek/zazu-ip-address",
"halvves/zazu-colors",
"puyt/zazu-utime"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment