v2.4.2 release: docs fix, mention Bun in README

main v2.4.2
gardenapple 2 years ago
parent 8ff8a39f63
commit 022c96aaeb
No known key found for this signature in database
GPG Key ID: 30A642B65B1529FE

@ -51,6 +51,21 @@ Read more about Deno permissions [in their manual](https://deno.land/manual/gett
*(Package maintainers might consider adding a `readable-sandbox` executable which will run `readable` with restrictions)*
### Bun
[Bun](https://bun.sh/) is an experimental JavaScript runtime which is supposedly a faster alternative to Node.js. `readability-cli` has not been thoroughly tested with it, but you can try to run:
```sh
bun install readability-cli
bun run readable
```
...or you can clone this repository and run
```sh
bun run ./index.js
```
### Arch Linux
Arch Linux users may use the "official" AUR packages:

@ -1,6 +1,6 @@
{
"name": "readability-cli",
"version": "2.4.1",
"version": "2.4.2",
"description": "Firefox Reader Mode in your terminal - get useful text from a web page using Mozilla's Readability library",
"main": "index.js",
"bin": {

@ -1,4 +1,4 @@
.TH "READABILITY\-CLI" "1" "August 2022" "v2.4.1" ""
.TH "READABILITY\-CLI" "1" "November 2022" "v2.4.1" ""
.SH "NAME"
\fBreadability-cli\fR \- get useful text from a web page
.SH SYNOPSYS
@ -27,7 +27,7 @@ Specify the document's URL\. This affects relative links: they will not work if
.RE
.P
\fB\-i\fP, \fB\-\-insane\fP
\fB\-S\fP, \fB\-\-insane\fP
.RS 0
.IP \(bu 2
Don't sanitize HTML\.

@ -22,7 +22,7 @@ The *SOURCE* can be a URL, a file, or '-' for standard input.
* Specify the document's URL. This affects relative links: they will not work if **readability-cli** does not know the base URL. You only need this option if you read HTML from a local file, or from standard input.
`-i`, `--insane`
`-S`, `--insane`
* Don't sanitize HTML.

Loading…
Cancel
Save