-
Notifications
You must be signed in to change notification settings - Fork 25
/
google.1
47 lines (47 loc) · 1010 Bytes
/
google.1
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
.TH "GOOGLE" "1" "October 2008" "Version 20081016" "User Commands"
.SH NAME
google \- Google from command line
.SH SYNOPSIS
.B google
.RI [ OPTIONS ]
.I KEYWORDS...
.SH DESCRIPTION
.B google
is a command line tool for performing Google searches from the terminal.
.SH OPTIONS
.TP
.BI \-s " N"
Start at the
.I Nth
result.
.TP
.BI \-n " N"
Show
.I N
results.
.TP
.BI \-l " LANG"
Search for the language LANG, such as
.I fi
for Finnish.
.TP
.B \-j
Open the first result in a web browser.
.TP
.B \-C
Enable color output.
.SH ENVIRONMENT
.TP
.BI BROWSER
Overrides the default browser. For full details, see
.I http://docs.python.org/library/webbrowser.html.
.SH AUTHOR
Written by Henri Hakkinen.
.SH REPORTING BUGS
Report bugs to <[email protected]>.
.SH COPYRIGHT
Copyright \(co 2008 Henri Hakkinen.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
.PP
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.