forked from jbriales/ulauncher-cheats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
50 lines (50 loc) · 1.67 KB
/
manifest.json
File metadata and controls
50 lines (50 loc) · 1.67 KB
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
{
"required_api_version": "^2.0.0",
"name": "Cheat Sheets Manager",
"description": "Provides quick access to your Cheat sheets in multiple formats with quick preview thanks to Hawkeye",
"developer_name": "Bruno Paz",
"icon": "images/icon.png",
"options": {
"query_debounce": 0.1
},
"preferences": [{
"id": "demo_kw",
"type": "keyword",
"name": "Cheats",
"description": "Cheats extension",
"default_value": "cs"
},
{
"id": "cheats_dir",
"type": "input",
"name": "Cheats Dir",
"description": "The directory to look for cheat sheets",
"default_value": "Documents/cheatsheets"
},
{
"id": "urls_file",
"type": "input",
"name": "URLs file",
"description": "Defaults to files stored in Cheats dir",
"default_value": "urls"
},
{
"id": "hawkeye_bin",
"type": "input",
"name": "Hawkeye path",
"description": "Path to hawkeye binary to be able to preview files",
"default_value": "/usr/local/bin/hawkeye"
},
{
"id": "use_hawkeye_as_default_action",
"type": "select",
"options": [
{"value": "false", "text": "No"},
{"value": "true", "text": "Yes"}
],
"name": "Use Hawkeye as default action",
"description": "If true, pressing the \"Enter\" key on a result will open in Hawkeye by default, instead of need to press ALT+Enter",
"default_value": false
}
]
}