]> git.armaanb.net Git - chorizo.git/blob - man/chorizo.1.scd
Implement private mode
[chorizo.git] / man / chorizo.1.scd
1 chorizo(1)
2
3 # NAME
4 chorizo - simple web browser
5
6 # SYNOPSIS
7 *chorizo* - [-C] [_URI ..._]
8
9 # DESCRIPTION
10 *chorizo* is a simple web browser using GTK+ 3, GLib and WebKit2GTK+.
11
12 # OPTIONS
13 In addition to the standard arguments of GTK+ 3, *chorizo* knows about the
14 following options:
15
16 *-C*
17         Disables cooperative instances.
18
19 *-p*
20         Launch a private window.
21
22 *-v*
23         Print version and exit.
24
25 After these options there can be any number of URIs specified to open.
26
27 # ENVIRONMENT
28 In addition to the standard variables of GTK+ 3, *chorizo* knows about the
29 following environment variable:
30
31 *CHORIZO_FIFO_SUFFIX*
32         Cooperative instances are implemented using a named pipe in the file
33         system. The name of this pipe usually is (at least on modern systems following
34         XDG standards: /var/run/user/$UID/chorizo.fifo-$CHORIZO_FIFO_SUFFIX
35
36         *$UID* is the id of your user. *$CHORIZO_FIFO_SUFFIX* defaults to *main*. If you
37         change this variable, you can launch several independent cooperative instances
38         of *chorizo*.
39
40 # FILES
41 XDG variables will be used to construct these paths.
42 *~/.config/chorizo/chorizo.ini*
43         Configuration file. See *chorizo-config*(5).
44
45 *~/.config/chorizo/adblock*
46         Adblock patterns. See *chorizo-usage*(1).
47
48 *~/.local/share/chorizo/certs*
49         Directory where trusted certificates are stored. See *chorizo-usage*(1).
50
51 ~/.local/share/chorizo/user-scripts
52         Directory to store user-supplied JavaScript snippets. See *chorizo-usage*(1).
53
54 ~/.local/share/chorizo/web_extensions
55         Sets the directory where WebKit will look for web extensions. See
56         *chorizo-usage*(1).
57
58 ~/.cache/chorizo
59
60 ~/.cache/webkitgtk
61
62 ~/.local/share/webkitgtk
63         WebKitGTK will dump its caches and local storage here. It is probably wise to
64         clean those directories regularly or to mount them as *tmpfs*(5).
65
66 # LICENSE
67 *chorizo* is released under the MIT license. See the accompanying LICENSE file.
68
69 # HISTORY
70 chorizo is a fork of the lariza browser by Peter Hofmann. The project was
71 started in June 2014. This fork is maintained by Armaan Bhojwani.
72
73 # SEE ALSO
74 *chorizo-usage*(1), *chorizo-config*(5)