applied Andrews patches.
[surf.git] / surf.1
1 .TH SURF 1 surf\-VERSION
2 .SH NAME
3 surf \- simple webkit-based browser
4 .SH SYNOPSIS
5 .B surf
6 .RB [ \-ehvx ]
7 .RB [ \-f " FILE"]
8 .RB [ \-u " URI"]
9 .SH DESCRIPTION
10 surf is a simple Web browser based on WebKit/GTK+. It is able
11 to display websites and follow links. It supports the XEmbed protocol
12 which makes it possible to embed it in another application. Furthermore,
13 one can point surf to another URI by setting its XProperties.
14 .SH OPTIONS
15 .TP
16 .B \-e
17 Prints xid to standard output and waits until an application reparents the
18 window.
19 .TP
20 .B \-f FILE
21 Sets the browser's URI to FILE. It is also possible to read from standard
22 input.
23 .TP
24 .B \-h
25 Prints usage information to standard output, then exits.
26 .TP
27 .B \-u URI
28 Sets the browser's URI.
29 .TP
30 .B \-v
31 Prints version information to standard output, then exits.
32 .TP
33 .B \-x
34 Prints xid to standard output. This can be used to script the browser by using
35 .BR xprop(1).
36 .SH USAGE
37 .TP
38 .B Ctrl\-Left
39 Walks back the history.
40 .TP
41 .B Ctrl\-Right
42 Walks forward the history.
43 .TP
44 .B Ctrl\-/
45 Opens the search-bar.
46 .TP
47 .B Ctrl\-g
48 Opens the URL-bar.
49 .TP
50 .B Ctrl\-p
51 Loads URI from primary selection.
52 .TP
53 .B Ctrl\-r
54 Reloads the website.
55 .TP
56 .B Ctrl\-Shift\-r
57 Reloads the website without using cache.
58 .TP
59 .B Ctrl\-y
60 Copies current URI to primary selection.
61 .SH SEE ALSO
62 .BR dmenu(1)
63 .BR xprop(1)
64 .SH BUGS
65 Please report them!