Adding web inspector support to surf.

Thanks Gregor Best <gbe@ring0.de>!
This commit is contained in:
Christoph Lohmann
2013-01-26 15:53:33 +01:00
parent 13b04d8b61
commit e784d925df
3 changed files with 101 additions and 25 deletions
+7 -5
View File
@@ -3,16 +3,12 @@
surf \- simple webkit-based browser
.SH SYNOPSIS
.B surf
.RB [-ipnsvx]
.RB [-c\ cookiefile]
.RB [-e\ xid]
.RB [-i]
.RB [-p]
.RB [-r\ scriptfile]
.RB [-s]
.RB [-t\ stylefile]
.RB [-u\ useragent]
.RB [-v]
.RB [-x]
.RB "URI"
.SH DESCRIPTION
surf is a simple Web browser based on WebKit/GTK+. It is able
@@ -30,6 +26,9 @@ Reparents to window specified by xid.
.B \-i
Disable Images
.TP
.B \-n
Disable the Web Inspector (Developer Tools).
.TP
.B \-p
Disable Plugins
.TP
@@ -127,6 +126,9 @@ Copies current URI to primary selection.
.B Ctrl\-o
Show the sourcecode of the current page.
.TP
.B Ctrl\-Shift\-o
Open the Web Inspector (Developer Tools) window for the current page.
.TP
.B Ctrl\-Shift\-c
Toggle caret browsing.
.TP