forked from cowboyliao/myflake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch
26 lines (25 loc) · 1.39 KB
/
search
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
set searchurls {
"gg":"https://www.google.com/search?q=",
"sc":"https://scholar.google.com/scholar?q=",
"wiki":"https://en.wikipedia.org/wiki/Special:Search/",
"yt":"https://www.youtube.com/results?search_query=",
"st":"https://startpage.com/do/search?language=english&cat=web&query=",
"nw":"https://nixos.wiki/wiki/%s",
"lr":"https://lib.rs/search?q=%s",
"np":"https://search.nixos.org/packages?channel=unstable&size=50&sort=relevance&type=packages&query=%s",
"no":"https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=%s",
"so":"https://stackoverflow.com/search?q=%s",
"ci":"https://crates.io/crates/%s",
"rs":"https://doc.rust-lang.org/std/?search=%s",
"nd":"https://discourse.nixos.org/search?q=%s",
"th":"https://www.thingiverse.com/search?q=%s&page=1",
"man":"https://www.die.net/search/?q=%s",
"gc":"https://github.com/search?type=code&q=%s",
"gp":"https://github.com/search?type=repositories&q=%s",
"gp":"https://github.com/search?type=repositories&q=%s",
"sl":"https://www.slant.co/search?query=%s",
"tb":"https://s.taobao.com/search?commend=all&ie=utf8&initiative_id=tbindexz_20170306&localImgKey=&page=1&q=%s&search_type=item&sourceId=tb.index&spm=a21bo.jianhua%2Fa.201856.d13&ssid=s5-e&tab=all",
"jlc":"https://oshwhub.com/search?wd=%s",
"py":"https://docs.python.org/zh-cn/3/search.html?q=%s",
"cpp":"https://duckduckgo.com/?sites=cppreference.com&q=%s&ia=web"
}