Add websearch engines
80
org.albert.extension.websearch/engines.json
Normal file
@ -0,0 +1,80 @@
|
||||
[
|
||||
{
|
||||
"iconPath": "/home/benie/.config/albert/org.albert.extension.websearch/{6619ea44-a142-45f2-9f0f-46e708d05cc5}.png",
|
||||
"name": "Google",
|
||||
"trigger": "gg ",
|
||||
"url": "https://www.google.com/search?q=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": ":duckduckgo",
|
||||
"name": "DuckDuckGo",
|
||||
"trigger": "dd ",
|
||||
"url": "https://duckduckgo.com/?q=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": ":github",
|
||||
"name": "GitHub",
|
||||
"trigger": "gh ",
|
||||
"url": "https://github.com/search?utf8=✓&q=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": "/home/benie/.config/albert/org.albert.extension.websearch/{595081d5-847f-44b0-b350-39acfe1da870}.png",
|
||||
"name": "C++ Reference",
|
||||
"trigger": "cpp",
|
||||
"url": "https://en.cppreference.com/mwiki/index.php?search=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": "/home/benie/.config/albert/org.albert.extension.websearch/{eefe6852-6e9b-4103-8de8-b4e99f7e7493}.png",
|
||||
"name": "Python Docs",
|
||||
"trigger": "py3",
|
||||
"url": "https://docs.python.org/3/search.html?q=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": "/home/benie/.config/albert/org.albert.extension.websearch/{0dbbbaf0-bc6a-4ff4-bd18-17dac5c6f97e}.png",
|
||||
"name": "Python Package Index",
|
||||
"trigger": "pypi",
|
||||
"url": "https://pypi.org/search/?q=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": ":wolfram",
|
||||
"name": "Wolfram Alpha",
|
||||
"trigger": "=",
|
||||
"url": "https://www.wolframalpha.com/input/?i=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": "/home/benie/.config/albert/org.albert.extension.websearch/{079b909c-b506-4e20-8e0a-ad8de6e0eea0}.png",
|
||||
"name": "Amazon",
|
||||
"trigger": "amaz",
|
||||
"url": "http://www.amazon.co.uk/s/?field-keywords=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": "/home/benie/.config/albert/org.albert.extension.websearch/{ac738218-3211-41dc-8e3d-f994fc404cd0}.png",
|
||||
"name": "Google Images",
|
||||
"trigger": "ggi",
|
||||
"url": "https://www.google.com/search?q=%s&tbm=isch"
|
||||
},
|
||||
{
|
||||
"iconPath": ":youtube",
|
||||
"name": "Youtube",
|
||||
"trigger": "yt ",
|
||||
"url": "https://www.youtube.com/results?search_query=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": "/home/benie/.config/albert/org.albert.extension.websearch/{d9089f6a-ded3-414b-8e6c-dab6dbbfb50f}.",
|
||||
"name": "GitHub Gist",
|
||||
"trigger": "gist",
|
||||
"url": "https://gist.github.com/search?utf8=%E2%9C%93&q=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": "/home/benie/.config/albert/org.albert.extension.websearch/{b1427702-eab1-4f31-b1c9-9d189609fb11}.png",
|
||||
"name": "CMake Docs",
|
||||
"trigger": "cmake",
|
||||
"url": "https://cmake.org/cmake/help/latest/search.html?q=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": "/home/benie/.config/albert/org.albert.extension.websearch/{33dfd899-1c34-4c67-a7ed-fc47852fabf7}.",
|
||||
"name": "code.infektor.net",
|
||||
"trigger": "code ",
|
||||
"url": "https://code.infektor.net/explore/repos?q=%s"
|
||||
}
|
||||
]
|
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 100 KiB |
After Width: | Height: | Size: 120 KiB |
After Width: | Height: | Size: 120 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 51 KiB |