diff options
author | Daniel Carl <danielcarl@gmx.de> | 2019-06-08 00:50:22 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2019-06-08 00:51:52 +0200 |
commit | 6d1faa2e12e5061203589c028c9d7a7ea78c6905 (patch) | |
tree | e8bfe80c022662882463d661b86cab1ed1be368a /doc | |
parent | 1535933b0d170906ac4ab4a484dbb7cfd1bc03a3 (diff) |
Added --incognito option to man page #562.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vimb.1 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -37,6 +37,9 @@ This will also be applied on new spawned instances. .I WINID of an XEmbed-aware application, that Vimb will use as its parent. .TP +.B "\-i, \-\-incognito" +Start an instance with user data read-only (see \fIFILES\fP section). +.TP .B "\-h, \-\-help" Show help options. .TP @@ -1177,6 +1180,7 @@ To have upper case hint labels, it's possible to add following css to the .B history-max-items (int) Maximum number of unique items stored in search-, command or URI history. If history-max-items is set to 0, the history file will not be changed. +This setting has no effect if option \-\-incognito is set. .TP .B home-page (string) Homepage that vimb opens if started without a URI. @@ -1389,12 +1393,15 @@ Configuration file to set WebKit setting, some GUI styles and keybindings. .TP .I cookies.db Sqlite cookie storage. +This file will not be touched if option \-\-incognito is set. .TP .I closed Holds the URIs of last closed browser windows. +This file will not be touched if option \-\-incognito is set. .TP .I history This file holds the history of unique opened URIs. +This file will not be touched if option \-\-incognito is set. .TP .I bookmark This file holds the list of bookmarked URIs with tags. @@ -1402,12 +1409,14 @@ This file holds the list of bookmarked URIs with tags. .I command This file holds the history of commands and search queries performed via input box. +This file will not be touched if option \-\-incognito is set. .TP .I queue Holds the read it later queue filled by `qpush'. .TP .I search This file holds the history of search queries. +This file will not be touched if option \-\-incognito is set. .TP .I scripts.js This file can be used to run user scripts, that are injected into every page |