-
-
Save joefiorini/211414 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> This is a Shortwave configuration file | |
> http://shortwaveapp.com/ | |
> | |
> Some triggers copied from benpickles (http://gist.github.com/43371) | |
> | |
> Urls may contain the following replacement tokens: | |
> | |
> %s → search terms | |
> %r → URL of current page | |
> %d → domain part of the current URL | |
> %t → current page title | |
> | |
> A special `*` trigger can be used to define an untriggered | |
> search, i.e. when there is no trigger prefix in the input. | |
gh http://github.com/search?q=%s GitHub Search | |
gist http://gist.github.com/gists/search?page=1&q=%s GitHub Gist search | |
git http://www.kernel.org/pub/software/scm/git/docs/git-%s.html Git command help | |
rt https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets?q=%s Rails issue tracker | |
d http://delicious.com/mislav/%s del.icio.us tag | |
g http://www.google.com/search?q=%s Google Search | |
gs http://www.google.com/search?q=site:%d%20%s Search the current site | |
map http://www.google.com/maps?q=%s Google Maps | |
img http://www.google.com/images?q=%s Google Image Search | |
tr http://translate.google.com/translate?u=%r&tl=%s Translate the current page | |
ud http://urbandictionary.com/define.php?term=%s Urban Dictionary | |
acr http://acronyms.thefreedictionary.com/%s Acronym search | |
w http://wikipedia.org/wiki/Special:Search/%s Wikipedia Search | |
appl http://www.apple.com/search/?q=%s Apple.com Search | |
a http://www.amazon.com/s/?field-keywords=%s Amazon Search | |
eb http://shop.ebay.com/?_nkw=%s eBay Search | |
imdb http://www.imdb.com/find?s=all&q=%s IMDB Search | |
f http://flickr.com/search/?q=%s Flickr Search | |
t http://twitter.com/%s Twitter User | |
s http://search.twitter.com/search?q=%s Twitter Search (was Summize) | |
yt http://www.youtube.com/results.php?search_query=%s YouTube Search | |
v http://vimeo.com/videos/search:%s Vimeo Search | |
e mailto:?subject=%t&body=%s%0A%0A%09%r%0A%0A Email link | |
help http://gist.github.com/raw/210548/40b509e6252283a1cd24039b009099ded781a41a/waves.txt | |
ip http://www.whatismyip.org/ IP Address | |
http http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html HTTP status code definitions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment