From: Daniel Carl Date: Fri, 7 Jun 2019 22:50:22 +0000 (+0200) Subject: Added --incognito option to man page #562. X-Git-Url: https://git.owens.tech/editable-focus.html/editable-focus.html/git?a=commitdiff_plain;h=6d1faa2e12e5061203589c028c9d7a7ea78c6905;p=vimb.git Added --incognito option to man page #562. --- diff --git a/doc/vimb.1 b/doc/vimb.1 index 5359caf..11b783f 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -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