Skip to content

Instantly share code, notes, and snippets.

@hirthwork
Last active February 8, 2018 16:34
Show Gist options
  • Save hirthwork/0859f96aad833226c6f44084631f6ac5 to your computer and use it in GitHub Desktop.
Save hirthwork/0859f96aad833226c6f44084631f6ac5 to your computer and use it in GitHub Desktop.
let searchengine imdb = "https://www.google.com/search?btnI=1&q=site:imdb.com+"
let searchengine ru = "https://ru.wikipedia.org/w/index.php?search="
let searchengine java = "https://www.google.com/search?btnI=1&q=site:https://docs.oracle.com/javase/9/docs/api/java/+"
let searchengine multitran = "http://www.multitran.ru/c/m.exe?l1=1&l2=2&s="
let searchengine maps = ["https://yandex.ru/maps/?l=trf", "http://maps.yandex.ru/?text=%s"]
let searchengine gmaps = ["https://www.google.com/maps/", "https://www.google.com/maps/search/"]
let searchengine market = "http://market.yandex.ru/search.xml?text="
let searchengine subscene = "http://subscene.com/subtitles/release?q="
let searchengine yandex = "http://yandex.ru/yandsearch?text="
let searchengine wiki = "http://search.yandex-team.ru/search?opensearch=1&text="
let searchengine mail = "https://mail.yandex-team.ru/?#search?request="
let searchengine urbandictionary = "https://www.urbandictionary.com/define.php?term="
let searchengine wiktionary = "https://en.wiktionary.org/w/index.php?search="
let searchengine ruwiktionary = "https://ru.wiktionary.org/w/index.php?search="
let searchalias en = "wikipedia"
let searchalias ub = "urbandictionary"
let searchalias mt = "multitran"
let completionengines = ["google", "imdb", "ru", "en", "java", "yandex", "wiki", "mail"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment