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