surf/surf.1

66 lines
1.3 KiB
Groff
Raw Normal View History

2009-06-08 01:16:39 -05:00
.TH SURF 1 surf\-VERSION
.SH NAME
2009-08-27 03:13:34 -05:00
surf \- simple webkit-based browser
2009-06-08 01:16:39 -05:00
.SH SYNOPSIS
.B surf
.RB [ \-ehvx ]
.RB [ \-f " FILE"]
.RB [ \-u " URI"]
.SH DESCRIPTION
2009-08-27 03:13:34 -05:00
surf is a simple web browser based on WebKit/GTK+. It is able
to display websites and follow links. It supports the XEmbed protocol
which makes it possible to embed it in another application. Furthermore,
one can point surf to another URI by setting its XProperties.
2009-06-08 01:16:39 -05:00
.SH OPTIONS
.TP
.B \-e
2009-08-27 03:13:34 -05:00
Prints xid to standard output and waits until an application reparents the
2009-06-08 01:16:39 -05:00
window.
.TP
.B \-f FILE
2009-08-27 03:13:34 -05:00
Sets the browser's URI to FILE. It is also possible to read from standard
input.
2009-06-08 01:16:39 -05:00
.TP
.B \-h
2009-08-27 03:13:34 -05:00
Prints usage information to standard output, then exits.
2009-06-08 01:16:39 -05:00
.TP
.B \-u URI
2009-08-27 03:13:34 -05:00
Sets the browser's URI.
2009-06-08 01:16:39 -05:00
.TP
.B \-v
2009-08-27 03:13:34 -05:00
Prints version information to standard output, then exits.
2009-06-08 01:16:39 -05:00
.TP
.B \-x
2009-08-27 03:13:34 -05:00
Prints xid to standard output. This can be used to script the browser by using
.BR xprop (1).
2009-06-08 01:16:39 -05:00
.SH USAGE
.TP
.B Ctrl\-Left
Walks back the history.
.TP
.B Ctrl\-Right
Walks forward the history.
.TP
.B Ctrl\-/
Opens the search-bar.
.TP
.B Ctrl\-g
Opens the URL-bar.
.TP
2009-06-10 06:33:26 -05:00
.B Ctrl\-p
Loads URI from primary selection.
.TP
2009-06-08 01:16:39 -05:00
.B Ctrl\-r
Reloads the website.
.TP
.B Ctrl\-Shift\-r
Reloads the website without using cache.
2009-06-10 06:33:26 -05:00
.TP
.B Ctrl\-y
Copies current URI to primary selection.
2009-06-08 01:16:39 -05:00
.SH SEE ALSO
.BR dmenu (1)
.BR xprop (1)
.SH BUGS
Please report them!