File: unmerdify.1

package info (click to toggle)
offpunk 3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,012 kB
  • sloc: python: 6,263; sh: 117; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 1,124 bytes parent folder | download
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
.Dd February 11, 2026
.Dt UNMERDIFY 1
.Os
.
.Sh NAME
.Nm unmerdify
.Nd get the content, only the content: unenshittificator for the web
.
.Sh SYNOPSIS
.Nm
.Op Fl u | \-url Ar URL
.Op Fl l | \-loglevel Ar LEVEL
.Ar ftr_site_config
.Op Ar FILE ...
.Nm
.Fl h | \-help
.
.Sh DESCRIPTION
unmerdify is an unenshittificator for the web.
It filters out the noise from web pages in order to allow the reader to focus on the content and only the content.
.Pp
This implementation is shipped as part of
.Xr offpunk 1 ,
the Gemini browser.
.Ss Positional arguments
.Bl -tag -width Ds -offset indent
.It Ar ftr_site_config
The path to the https://github.com/fivefilters/ftr-site-config directory,
or a path to a config file.
.It Ar FILE
Files to read, if empty, stdin is used.
.El
.Ss Keyword arguments
.Bl -tag -width Ds -offset indent
.It Fl h , \-help
Show a help message and exit.
.It Fl u , \-url Ar URL
The url you want to unmerdify.
.It Fl l , \-loglevel Ar LEVEL
Set log level.
.Ar LEVEL
can be any of: CRITICAL, FATAL, ERROR, WARN, WARNING, INFO, DEBUG, or NOTSET.
.El
.
.Sh EXIT STATUS
.Ex -std
.
.Sh AUTHORS
.An Vincent Jousse