Created
July 19, 2011 21:47
-
-
Save sirlancelot/1093812 to your computer and use it in GitHub Desktop.
Shortwave Descriptor
This file contains hidden or 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
| #kill-defaults | |
| > Each command is defined on a single line comprised of: | |
| > | |
| > 1. a case-insensitive, alpha-numeric trigger followed | |
| > by whitespace | |
| > 2. a url followed by whitespace (if the url contains | |
| > spaces they must be encoded as `%20`) | |
| > 3. a short description | |
| > | |
| > Urls may contain the following replacement tokens: | |
| > | |
| > 1. `%s` is replaced by any search terms that were | |
| > provided when a command is triggered. | |
| > 2. `%r` is replaced by the url of the page you were on | |
| > when Shortwave was invoked, eg. the `tr` trigger. | |
| > 3. `%d` is replaced by just the domain of the url you were | |
| > on when Shortwave was invoked, eg. the `gs` trigger. | |
| > 4. `%t` is replaced by the page title of the url you were | |
| > on when Shortwave was invoked, eg. the `e` trigger. | |
| * 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 | |
| d http://digg.com/search?s=%s Digg Search | |
| def http://dictionary.reference.com/browse/%s Define Word | |
| w http://wikipedia.org/wiki/Special:Search/%s Wikipedia Search | |
| php http://php.net/search.php?show=quickref&pattern=%s PHP Function Search | |
| a http://amazon.com/s/?url=search-alias%3Daps&field-keywords=%s&tag=iamsooobuyingthis-20 Amazon Search | |
| mp3 http://amazon.com/s/?url=search-alias%3Ddigital-music&field-keywords=%s&tag=iamsooobuyingthis-20 Amazon MP3 Search | |
| imdb http://www.imdb.com/find?s=all&q=%s IMDB Search | |
| nf http://www.netflix.com/Search?v1=%s Netflix Search | |
| f http://flickr.com/search/?q=%s Flickr Search | |
| t http://twitter.com/%s Twitter User | |
| yt http://www.youtube.com/results?search_query=%s YouTube Search | |
| v http://vimeo.com/videos/search:%s Vimeo Search | |
| ip http://www.whatismyip.org/ IP Address | |
| whois http://www.whois-search.com/whois/%s whois Search | |
| e mailto:?subject=%t&body=%s%0A%0A%09%r%0A%0A Email link |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment