]> git.armaanb.net Git - chorizo.git/blob - chorizo.1
draft 8
[chorizo.git] / chorizo.1
1 .Dd $Mdocdate$
2 .Dt CHORIZO 1
3 .Os
4 .
5 .Sh NAME
6 .Nm chorizo
7 .Nd simple web browser
8 .
9 .Sh SYNOPSIS
10 .Nm chorizo
11 .Op Fl cpvV
12 .Ar URL
13 .
14 .Sh DESCRIPTION
15 .Nm
16 is a simple web browser based on GTK+3 and WebKit2GTK+.
17 .Pp
18 The options are as follows:
19 .Bl -tag
20 .It Fl c
21 Disable cooperative instances.
22 .It Fl p
23 Open in private mode.
24 .It Fl v
25 Print version and exit.
26 .It Fl V
27 Launch in verbose mode.
28 .El
29 .Pp
30 After these options, an arbitary number of URIs can be provided to open.
31 .
32 .Sh ENVIRONMENT
33 .Bl -tag
34 .It Ev CHORIZO_FIFO_SUFFIX
35 Suffix for named pipe. Useful for seperating coopertative instances.
36 .El
37 .
38 .Sh FILES
39 .Pp
40 These paths are constructed using XDG environment variables.
41 .Bl -tag
42 .It Pa ~/.config/chorizo/adblock
43 Adblock patterns.
44 .It Pa ~/.local/share/chorizo/certs
45 Directory where trusted certificates are stored.
46 .It Pa ~/.local/share/chorizo/cookies.db
47 Cookie databse. Same format as Firefox.
48 .It Pa ~/.local/share/chorizo/user-scripts/
49 Directory to stop user-supplied JavaScript snippets.
50 .It Pa ~/.local/share/chorizo/user-styles/
51 Directory to stop user-supplied CSS snippets.
52 .It Pa ~/.local/share/chorizo/web-extensions/
53 Directory to stop user-supplied web extensions.
54 .It Pa ~/.cache/chorizo/
55 .It Pa ~/.cache/webkitgtk/
56 General caches.
57 .It Pa ~/.local/share/webkitgtk/
58 WebkitGTK's dumping ground.
59 .El
60 .
61 .Sh SEE ALSO
62 .Xr chorizo-usage 1
63 .
64 .Sh HISTORY
65 .Nm
66 is a fork of the lariza browser by Peter Hoffman.
67 The project was started in June 2014,
68 and was forked into Chorizo in May 2021.
69
70 This fork is maintained by Armaan Bhojwani.