-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zazurc.json
74 lines (74 loc) · 1.81 KB
/
.zazurc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"hotkey": "cmd+space",
"theme": "tinytacoteam/zazu-dark-theme",
"displayOn": "detect",
"plugins": [
"tinytacoteam/zazu-calculator",
// "avaly/zazu-currency-convertor", // money <aud> <cny> --> not use because javascript error on this Mac
"tinytacoteam/zazu-template",
"tinytacoteam/zazu-package-manager",
"danielbayerlein/zazu-battery",
"chrishelgert/zazu-fkill", // kill <app>
"blakek/zazu-ip-address",
"tinytacoteam/zazu-system", // lock|screensaver|shutdown|logout|restart|empty trash
"gabrielpoca/zazu-github-repos",
{
"name": "tinytacoteam/zazu-chrome-bookmarks",
"variables": {
"append": true,
"file": "~/Library/Application Support/Google/Chrome/default/Bookmarks"
}
},
{
"name": "tinytacoteam/zazu-file-finder", // find <file/folder>
"variables": {
"append": true,
"directories": {
"filePath": [
"~"
],
"appPath": [
"/System/Applications"
],
}
}
},
{
"name": "tinytacoteam/zazu-fallback",
"variables": {
"prefixSearches": {
"baidu": {
"icon": "fa-book",
"name": "百度",
"url": "http://www.baidu.com/s?wd="
},
"百度": {
"icon": "fa-book",
"name": "百度",
"url": "http://www.baidu.com/s?wd="
},
}
}
},
{
"name": "tinytacoteam/zazu-fallback",
"variables": {
"rootSearches": [
"google"
]
}
},
{
"name": "blainesch/zazu-weather",
"variables": {
"degreeType": "C"
}
},
{
"name": "tinytacoteam/zazu-clipboard",
"variables": {
"ClipboardKey": "cmd+shift+v"
}
}
]
}