diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-01-04 02:35:22 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-01-04 02:35:22 +0100 |
commit | 991054675e7a1b2f1525e606a489560b64bdbdc5 (patch) | |
tree | 6e7994603373426dcf1efcdd841a5f44ce3a0b72 /urlsExample | |
download | mainpage-991054675e7a1b2f1525e606a489560b64bdbdc5.tar.gz mainpage-991054675e7a1b2f1525e606a489560b64bdbdc5.zip |
Created the repo.
Diffstat (limited to 'urlsExample')
-rw-r--r-- | urlsExample | 9 |
1 files changed, 9 insertions, 0 deletions
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 |