-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathman.json
32 lines (32 loc) · 802 Bytes
/
man.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
{
"git": [
{
"title": "git-scm",
"subtitle": "https://git-scm.com/docs/{}",
"icon": "./icon/git.png"
}
],
"vagrant": [
{
"title": "Vagrant",
"subtitle": "https://www.vagrantup.com/docs/cli/{}.html",
"icon": "./icon/vagrant.png"
}
],
"default": [
{
"title": "die.net",
"subtitle": "https://linux.die.net/man/1/{}",
"cmd_excludes": ["vagrant"]
},
{
"title": "explainshell",
"subtitle": "https://www.explainshell.com/explain?cmd={}",
"cmd_excludes": ["git", "vagrant"]
},
{
"title": "Manpages",
"subtitle": "https://man.cx/{}"
}
]
}