From 03ff56c3be7f5eda19309a60dccb281c76d0187f Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 20 Mar 2018 16:49:08 +0100 Subject: Update manpage --- linux/man/smolbote.7 | 188 +++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 166 insertions(+), 22 deletions(-) (limited to 'linux/man/smolbote.7') diff --git a/linux/man/smolbote.7 b/linux/man/smolbote.7 index 9bf2458..e68248d 100644 --- a/linux/man/smolbote.7 +++ b/linux/man/smolbote.7 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "SMOLBOTE" "7" "February 2018" "" "" +.TH "SMOLBOTE" "7" "March 2018" "" "" . .SH "NAME" \fBsmolbote\fR \- yet another no\-frills browser @@ -9,33 +9,177 @@ .SH "SYNOPSIS" \fBpoi\fR [\fIoptions\fR\.\.\.] URL . +.SH "DESCRIPTION" +smolbote is a keep\-it\-simple free software web browser\. +. .SH "OPTIONS" . -.TP -\fB\-h\fR, \fB\-\-help\fR -Displays this help\. +.SS "General" +. +.IP "\(bu" 4 +\fB\-h\fR, \fB\-\-help\fR: Displays this help\. +. +.IP "\(bu" 4 +\fB\-v\fR, \fB\-\-version\fR: Displays version information\. +. +.IP "\(bu" 4 +\fB\-\-build\fR: Displays build information\. +. +.IP "" 0 +. +.SS "Configuration" +. +.IP "\(bu" 4 +\fB\-c\fR, \fB\-\-config\fR: Set configuration file\. +. +.IP "\(bu" 4 +\fB\-\-socket\fR: Local server socket +. +.IP "" 0 +. +.SS "Open URL" +. +.IP "\(bu" 4 +\fB\-p\fR, \fB\-\-profile\fR: Use this profile\. +. +.IP "\(bu" 4 +\fB\-\-in\-new\-window\fR: Open URL in new window\. +. +.IP "" 0 +. +.SH "CONFIGURATION" +The Configuration is loaded from \fI~/\.config/smolbote/smolbote\.cfg\fR, and can be edited with the \fBpoi\-config\fR tool\. +. +.P +Settings are only loaded on launch, so re\-run the browser to apply changes\. +. +.IP "\(bu" 4 +browser\.profile: Profile to be used by default, "" is off\-the\-record +. +.IP "" 0 +. +.SS "Default window size" +. +.IP "\(bu" 4 +browser\.window\.height: 720 +. +.IP "\(bu" 4 +browser\.window\.width: 1280 +. +.IP "\(bu" 4 +browser\.window\.maximized: true +. +.IP "\(bu" 4 +browser\.window\.title: title — smolbote [profile] +. +.IP "" 0 +. +.SS "Window UI" +. +.IP "\(bu" 4 +browser\.ui\.navtoolbarMovable: false +. +.IP "\(bu" 4 +browser\.ui\.tabtoolbarMovable: false +. +.IP "" 0 +. +.SS "Shortcuts" +. +.IP "\(bu" 4 +browser\.shortcuts\.newWindow: Ctrl+N +. +.IP "\(bu" 4 +browser\.shortcuts\.newTab: Ctrl+T +. +.IP "\(bu" 4 +browser\.shortcuts\.about: F1 +. +.IP "\(bu" 4 +browser\.shortcuts\.quit: Ctrl+Q +. +.IP "\(bu" 4 +browser\.shortcuts\.back: Ctrl+Left +. +.IP "\(bu" 4 +browser\.shortcuts\.forward: Ctrl+Right +. +.IP "\(bu" 4 +browser\.shortcuts\.refresh: F5 +. +.IP "\(bu" 4 +browser\.shortcuts\.reload: Ctrl+F5 +. +.IP "\(bu" 4 +browser\.shortcuts\.home: Ctrl+Home +. +.IP "\(bu" 4 +browser\.shortcuts\.tabClose: Ctrl+X +. +.IP "\(bu" 4 +browser\.shortcuts\.tabLeft: Ctrl+O +. +.IP "\(bu" 4 +browser\.shortcuts\.tabRight: Ctrl+P +. +.IP "\(bu" 4 +browser\.shortcuts\.toggleSearchBox: F3 +. +.IP "\(bu" 4 +browser\.shortcuts\.focusAddress: F4 +. +.IP "\(bu" 4 +browser\.shortcuts\.fullscreen: F11 +. +.IP "" 0 +. +.SS "Filter settings" +. +.IP "\(bu" 4 +filter\.path: ~/\.config/smolbote/hosts\.d +. +.IP "" 0 +. +.SS "Plugin settings" +. +.IP "\(bu" 4 +plugins\.path: ~/\.config/smolbote/plugins\.d +. +.IP "" 0 +. +.SS "Profile settings" +. +.IP "\(bu" 4 +profile\.path: ~/\.config/smolbote/profiles\.d +. +.IP "\(bu" 4 +profile\.search: https://duckduckgo\.com/?q=$term&ia=web +. +.IP "\(bu" 4 +profile\.homepage: about:blank +. +.IP "\(bu" 4 +profile\.newtab: about:blank +. +.IP "" 0 +. +.SS "Bookmark settings" +. +.IP "\(bu" 4 +bookmarks\.path: ~/\.config/smolbote/bookmarks\.xbel . -.TP -\fB\-v\fR, \fB\-\-version\fR -Displays version information\. +.IP "\(bu" 4 +bookmarks\.shortcut: Ctrl+B . -.TP -\fB\-c\fR, \fB\-\-config\fR -Set configuration file\. +.IP "" 0 . -.TP -\fB\-\-default\-config\fR -Set the default configuration file\. +.SS "Downloads settings" . -.TP -\fB\-p\fR, \fB\-\-profile\fR -Use this profile\. +.IP "\(bu" 4 +downloads\.path: ~/Downloads . -.TP -\fB\-\-socket\fR -Local server socket +.IP "\(bu" 4 +downloads\.shortcut: Ctrl+D . -.TP -\fB\-\-in\-new\-window\fR -Open URL in new window +.IP "" 0 -- cgit v1.2.1