summaryrefslogtreecommitdiffstats
path: root/surf.1
diff options
context:
space:
mode:
authorGravatar Christoph Lohmann 2013-01-26 15:53:33 +0100
committerGravatar Christoph Lohmann 2013-01-26 15:53:33 +0100
commite784d925dfab0405cb4bf2ac7466045d8089a189 (patch)
treee7d519662c7191d28a68ecc91ce2cfd4bad6cf37 /surf.1
parentStyle inquisition plus blocking of the */favicon.ico request. Thanks Peter A. (diff)
Adding web inspector support to surf.
Thanks Gregor Best <gbe@ring0.de>!
Diffstat (limited to 'surf.1')
-rw-r--r--surf.112
1 files changed, 7 insertions, 5 deletions
diff --git a/surf.1 b/surf.1
index 9335838..bb37e54 100644
--- a/surf.1
+++ b/surf.1
@@ -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
lass='insertions'>+8 2024-09-09updated gitignoreGravatar BanceDev 2-1/+2 2024-09-09fixed wrapping bug due to not using updated prompt_lengthGravatar BanceDev 1-3/+6 2024-09-09added stripping of escape sequences from prompt size to allow for coloringGravatar BanceDev 1-5/+26 2024-09-09added support for init.lua for configuring shellGravatar BanceDev 8-38/+180 2024-09-09docs: update pathGravatar Christopher Lane 1-1/+1 Updated the path to the example script and fixed a typo in the readme 2024-09-08added getenv and putenv to Lua APIGravatar BanceDev 2-5/+33 fixed bug where terminal closed upon encountering Lua error 2024-09-08added lua api functions for indexing historyGravatar BanceDev 2-0/+35 2024-09-08added support for cli args for lua scriptsGravatar BanceDev 4-3/+28 2024-09-07added --version flagGravatar BanceDev 1-1/+9 2024-09-07fixed error in install.sh instructionsGravatar BanceDev 1-1/+1 2024-09-07fixed bug with cursor alignment when adding text within the bufferGravatar BanceDev 1-1/+11 2024-09-06added API guide to readmeGravatar BanceDev 1-1/+5 2024-09-06Update README.mdGravatar Lance Borden 1-1/+1 2024-09-06better readmeGravatar BanceDev 2-2/+14