1ELVI(1sr) ELVI(1sr)
2
3
4
6 elvi - surfraw(1) search tools
7
8
10 surfraw elviname [options] search words ...
11 sr elviname [options] search words ...
12 sr elviname -help
13 sr -elvi
14
15
17 This is the man page for the elvi, a set of search tools that form part
18 of surfraw(1).
19
20 Surfraw provides a fast unix command line interface to a variety of
21 popular WWW search engines and other artifacts of power. It reclaims
22 google, altavista, dejanews, freshmeat, research index, slashdot and
23 many others from the false‐prophet, pox‐infested heathen lands of html‐
24 forms, placing these wonders where they belong, deep in unix heartland,
25 as god loving extensions to the shell.
26
27 To search using this elvis, do:
28
29 sr elvisname [options] search terms.
30
31 For example, to search google for information on Debian ports, using
32 the "I'm feeling lucky" option:
33
34 sr google -l debian ports
35
36 To find out about options specific to this elvis, do:
37
38 sr elvisname -local-help
39
40 To find out about surfraw, see the man page for surfraw(1). To see the
41 full list of elvi, do:
42
43 sr -elvi
44
45
46 Adding the elvi to your path
47 If you are a regular user of surfraw, you will probably get sick of
48 typing sr or surfraw each time. You can regain the old behaviour of
49 running the elvi directly by adding the elvi directory (‐
50 /usr/libexec/surfraw) to your path, either manually or using
51 surfraw-update-path(1).
52
53
55 Use sr elviname -local-help for elvi‐specific options.
56
57 The following options work with all elvi.
58
59
60 -help Show summary of options (including elvi‐specific options).
61
62
63 -local-help
64 Show elvi‐specific options.
65
66
67 -version
68 Show version of program.
69
70
71 -browser=EXECUTABLE
72 Set browser (default: sensible-browser).
73
74
75 -elvi Display a list of other Surfraw mechanisms for conquering evil.
76
77
78 -escape-url-args=yes|no
79 Apply url escaping to arguments (default: yes)
80
81
82 -q|-quote
83 Bracket arguments with " characters (default: no) Note that
84 putting quotes round arguments works now, so you can do, for
85 example:
86
87 sr google foo "bar baz" bam
88
89 and the quoting is passed on to the search engine
90
91
93 $ sr ask why is jeeves gay?
94 $ surfraw google -results=100 RMS, GNU, which is sinner, which is sin?
95 $ sr austlii -method=phrase dog like
96 $ /usr/libexec/surfraw/rhyme -method=perfect Julian
97
98
100 Please report any bugs found (or any web sites in need of surfrawizing)
101 either via the debian bug tracking system (http://bugs.debian.org/) or
102 to the surfraw-devel list (surfraw-devel@lists.alioth.debian.org).
103
104
106 http://alioth.debian.org/projects/surfraw/
107
108
110 Oh Baybe
111 I need some
112 Deep Linking
113 Let us go
114 Surfin' in the raw!
115
116 Read HACKING. Surfrawize the soul of your favourite internet wonder.
117 Join the Shell Users' Revolutionary Front Against the WWW by submitting
118 code. Reclaim heathen lands. Bear witness to the truth. Its love
119 will set you free.
120
121 Join us on surfraw-devel@lists.alioth.debian.org
122
123
125 Originally written by Julian Assange.
126
127 Now maintained by the surfraw-devel team <‐
128 surfraw-devel@lists.alioth.debian.org>.
129
130 See the file AUTHORS for the full list of contributors.
131
132 Man page by Ian Beckwith, based on the original README and an earlier
133 man page for surfraw(1) by Christian Surchi.
134
135
137 Copyright (c) 2003‐2018 The Surfraw-Devel Team
138 <surfraw-devel@lists.alioth.debian.org>
139 Copyright (c) 2000‐2001 Julian Assange <proff@iq.org>
140 Copyright (c) 2001 Australian Institute for Collaborative Research
141 Copyright (c) 2000 Melbourne Institute for Advanced Study
142
143 The copyright holders listed above assert no rights on this release of
144 the software ``surfraw'' and thereby explicity place this release into
145 the into the public domain. Do what you will.
146
147
148
149 Feb 03, 2004 ELVI(1sr)