crnixon (owner)

Revisions

  • d92902 crnixon Mon Oct 12 18:27:07 -0700 2009
  • 48922e crnixon Sat Oct 10 11:06:54 -0700 2009
  • 482812 crnixon Sat Oct 10 11:06:19 -0700 2009
  • e26a6e crnixon Sat Oct 10 05:48:55 -0700 2009
gist: 206826 Download_button fork
public
Public Clone URL: git://gist.github.com/206826.git
Embed All Files: show embed
waves.txt #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
> #kill-defaults
> Lines beginning with `>` are comments.
> Comments and empty lines are ignored.
>
> 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.
>
> A special `*` trigger can be used to define an untriggered
> search. For instance, adding the following:
>
> * http://www.google.com/search?q=%s Untriggered search
>
> to your custom command file would allow you to do a Google
> Search by entering just a search term (without the `g` trigger)
> in the Shortwave prompt.
 
* http://www.google.com/search?q=%s Google Search
g http://www.google.com/search?q=%s Google Search
w http://wikipedia.org/wiki/Special:Search/%s Wikipedia Search
a http://www.amazon.com/s/?field-keywords=%s Amazon Search
f http://flickr.com/search/?q=%s Flickr Search
t http://search.twitter.com/search?q=%s Twitter Search
d http://delicious.com/search?p=%s Delicious Search
gs http://www.google.com/search?q=site:%d%20%s Search the current site
yt http://www.youtube.com/results.php?search_query=%s YouTube Search
map http://www.google.com/maps?q=%s Google Maps
img http://www.google.com/images?q=%s Google Image Search
def http://www.google.com/search?q=define:%s Google Define a word
whois http://www.whois-search.com/whois/%s whois Search
ruby http://apidock.com/ruby/search?query=%s Ruby documentation search
rails http://apidock.com/rails/search?query=%s Rails documentation search
tr http://translate.google.com/translate?u=%r&tl=%s Translate the current page
ip http://www.whatismyip.org/ IP Address