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
.\" Generated by scdoc 1.10.1
.\" Complete documentation for this program is not available as a GNU info page
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.nh
.ad l
.\" Begin generated content:
.TH "mfn" "1" "2020-04-12"
.P
.SH NAME
.P
mfn - miniflux notifier
.P
.SH SYNOPSIS
.P
\fImfn\fR [-v] [-t endpoint] -c config [-l]
.P
.SH OPTIONS
.P
\fB-v\fR
.RS 4
Prints the installed version of mfn and exits.
.P
.RE
\fB-t\fR
.RS 4
Specify the name of a notifier to test.
.P
.RE
\fB-c\fR
.RS 4
Specify the path of the configuration file to use.
.P
.RE
\fB-l\fR
.RS 4
Lists the available notifiers (as defined in the given config) and exits.
.P
.RE
.SH DESCRIPTION
.P
The mfn utility sends notifications to various sources when \fIMiniflux\fR finds new
RSS entries.
.P
.SH INITIAL SETUP
.P
mfn must perform an initial sync with the Miniflux server to fetch the latest
entry and save it for future runs. Run mfn once after setting up the config file
to populate the database file.
.P
.SH SEE ALSO
.P
\fBmfn-config\fR(5) \fBminiflux\fR(1)
.P
.SH AUTHORS
.P
Maintained by Galen Abell <galen@galenabell.com>.
.P
.SH COPYRIGHT
.P
mfn is released under the MIT license.