-
Notifications
You must be signed in to change notification settings - Fork 0
/
uzbl-event-manager.1
80 lines (80 loc) · 1.86 KB
/
uzbl-event-manager.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.Dd $Mdocdate: March 05 2014
.Dt UZBL-EVENT-MANAGER 1
.Os
.Sh NAME
.Nm uzbl-event-manger
.Nd event manager for
.Xr uzbl-core 1
.Sh SYNOPSIS
.Nm
.Bk -words
.Op Fl ahnqv
.Op Fl o Ar file
.Op Fl p Ar file
.Op Fl s Ar socket
.Op Ar command
.Ek
.Sh DESCRIPTION
.Nm
is an event manager for
.Xr uzbl-core 1
written in python. An event manager communicates with
.Xr uzbl-core 1
through a text stream and/or a socket. The event manager is supposed to
implement many of the features supported by larger browsers. For
instance, since it receives request from
.Xr uzbl-core 1
it can be used to implement keybindings, browsing history, cookie
management, et cetera.
.Pp
The options are as follows:
.Bl -tag -width "v"
.It Fl a, Fl Fl auto-close
Automatically exit after all instances have disconnected.
.It Fl h, Fl Fl help
Whether to print help message and exit afterwards.
.It Fl n, Fl Fl no-daemon
Do not daemonize and run in foreground instead.
.It Fl o, Fl Fl log-file Ar file
Log file location.
.It Fl p, Fl Fl pid-file Ar file
PID file location.
.It Fl q, Fl Fl quiet-events
Don no print events to stdout.
.It Fl s, Fl Fl server-socket Ar socket
Daemon socket location.
.It Fl v, Fl Fl verbose
Whether to print all messages or just errors.
.It Ar command
This specifes one of a set of commands used to control
.Nm .
.El
.Sh COMMANDS
This sections contains a list of commands currently supported by
.Nm .
.Pp
.Ar start
starts the event manager daemon.
.Pp
.Ar stop
stops the event manager daemon.
.Pp
.Ar restart
restarts the event manager daemon.
.Pp
.Ar list
lists all the plugins which would be loaded on invocation.
.Sh FILES
.Bl -tag -width "v"
.It Pa ${XDG_CACHE_HOME:-$HOME/.cache}/uzbl/event_daemon
Default daemon socket location.
.El
.Sh SEE ALSO
.Xr uzbl-core 1
.Sh AUTHORS
.Nm
was written by
.An -nosplit
.An Dieter Plaetinck Aq Mt [email protected]
and
.An Ben Boeckel Aq Mt [email protected] .