1OTTER-BROWSER(1) USER COMMANDS OTTER-BROWSER(1)
2
3
4
6 otter-browser - the web browser controlled by the user, not vice-versa
7
9 otter-browser [OPTIONS] [PATH|URL|TERM...]
10
12 See the Otter Browser wiki for help on using the browser:
13
14 <https://github.com/OtterBrowser/otter-browser/wiki/>
15
17 --profile=PATH
18 Specifies the directory that profile (user data) is kept in.
19 Defaults to ~/.config/otter.
20
21 --cache=PATH
22 Specifies the directory that cache data is kept in. Defaults to
23 ~/.cache/otter.
24
25 --session=IDENTIFIER
26 Tries to load session specified by IDENTIFIER.
27
28 --private-session
29 Starts private session.
30
31 --session-chooser
32 Forces session chooser dialog.
33
34 --portable
35 Sets profile and cache paths to directories inside the same
36 directory as that of application binary.
37
38 --new-tab=URL
39 Loads URL in new tab.
40
41 --new-private-tab=URL
42 Loads URL in new private tab.
43
44 --new-window=URL
45 Loads URL in new window.
46
47 --new-private-window=URL
48 Loads URL in new private window.
49
50 --readonly
51 Tells application to avoid writing data to disk.
52
53 --report
54 Prints out diagnostic report and exits application.
55
56 -h, --help
57 Show list of supported command line options.
58
59 -v, --version
60 Show version information.
61
62 As a Qt application, Otter also obeys Qt command-line flags, see the Qt
63 documentation for complete list:
64
65 <http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication>
66
68 ~/.config/otter
69 Default directory for configuration data.
70
71 ~/.cache/otter
72 Default directory for cache data.
73
75 Bug tracker:
76
77 https://github.com/OtterBrowser/otter-browser/issues
78
79 Be sure to do your search within open and closed issues before submitâ
80 ting reports.
81
83 The Otter Browser team - <https://otter-browser.org>
84
85
86
87 January 2015 OTTER-BROWSER(1)