From 991054675e7a1b2f1525e606a489560b64bdbdc5 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Fri, 4 Jan 2019 02:35:22 +0100 Subject: Created the repo. --- urlsExample | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 urlsExample (limited to 'urlsExample') diff --git a/urlsExample b/urlsExample new file mode 100644 index 0000000..6daab34 --- /dev/null +++ b/urlsExample @@ -0,0 +1,9 @@ +'ddg': 'https://duckduckgo.com/?q={}' #duckduckgo +'w': 'https://en.wikipedia.org/?search={}' #wikipedia +'we': 'https://es.wikipedia.org/?search={}' #wikipedia(ES) +'aw': 'https://wiki.archlinux.org/?search={}' #archWiki +'y': 'https://www.youtube.com/results?search_query={}' #youtube +'tw': 'https://twitter.com/{}' #twitter +'gh': 'https://www.github.com/search?q={}' #github +'ep': 'https://emojipedia.org/search/?q={}' #emojipedia +'gi': 'https://game-icons.net/search.html?q={}' #game-icons -- cgit v1.2.1