-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathbangs.json
More file actions
75 lines (57 loc) · 1.6 KB
/
Copy pathbangs.json
File metadata and controls
75 lines (57 loc) · 1.6 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"a": {
"any": "https://www.amazon.com/s/?field-keywords={{{s}}}",
"fr": "https://www.amazon.fr/s/?field-keywords={{{s}}}"
},
"archwiki": {
"any": "https://wiki.archlinux.org/index.php?title=Special:Search&search={{{s}}}"
},
"aur": {
"any": "https://aur.archlinux.org/packages/?K={{{s}}}"
},
"g": {
"any": "https://encrypted.google.com/search?hl={{{lang}}}&q={{{s}}}"
},
"gi": {
"any": "https://encrypted.google.com/search?hl={{{lang}}}&tbm=isch&q={{{s}}}&tbs=imgo:1"
},
"gm": {
"any": "https://encrypted.google.com/maps?hl={{{lang}}}&q={{{s}}}"
},
"b": {
"any": "https://www.bing.com/search?q={{{s}}}&cc={{{lang}}}"
},
"bi": {
"any": "https://www.bing.com/images/search?q={{{s}}}&cc={{{lang}}}"
},
"bm": {
"any":"https://www.bing.com/mapspreview/?q={{{s}}}&cc={{{lang}}}"
},
"imdb": {
"any": "http://www.imdb.com/find?q={{{s}}}&s=all"
},
"py": {
"any": "https://docs.python.org/3/search.html?q={{{s}}}"
},
"python": {
"any": "https://docs.python.org/3/search.html?q={{{s}}}"
},
"pypi": {
"any": "https://pypi.python.org/pypi?:action=search&term={{{s}}}&submit=search"
},
"pip": {
"any": "https://pypi.python.org/pypi?:action=search&term={{{s}}}&submit=search"
},
"so": {
"any": "https://stackoverflow.com/search?q={{{s}}}"
},
"stackoverflow": {
"any": "https://stackoverflow.com/search?q={{{s}}}"
},
"ya": {
"any":"https://yandex.ru/search/?text={{{s}}}&lang={{{lang}}}"
},
"w": {
"any": "https://{{{lang}}}.wikipedia.org/wiki/Special:Search?search={{{s}}}"
}
}