From 33360c1f75012bdb22104fd849053055d2147451 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 2 Apr 2018 11:51:36 +0200 Subject: Updated documentation --- QUICKSTART.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 QUICKSTART.md (limited to 'QUICKSTART.md') diff --git a/QUICKSTART.md b/QUICKSTART.md new file mode 100644 index 0000000..8d8d80b --- /dev/null +++ b/QUICKSTART.md @@ -0,0 +1,37 @@ +## Configuration files +Configuration is saved in: + +- on Linux, _~/.config/smolbote/_ + +## Keyboard shortcuts + +### Navigation +- Ctrl + Left - go back +- Ctrl + Right - go forward + +### Tabs +- Ctrl + T - new tab +- Ctrl + O - previous tab +- Ctrl + P - next tab +- Ctrl + X - close tab + +## Command line + +~~~ sh +Usage: poi [options] URL + +Options: +- h, help Displays this help. +- v, version Displays version information. +- build Show build information. +- c, config Set configuration file. ~/.config/smolbote/smolbote.cfg +- p, profile Use this profile. +- socket Local server socket /tmp/smolbote.socket +- in-new-window Open URL in new window + +You can also overwrite configuration options using the syntax: +--browser.setting.path=value + +Arguments: +- URL URL(s) to open +~~~ -- cgit v1.2.1