diff --git a/README.md b/README.md index 931423d..f78dd25 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index 09a58bd..e70f8c5 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/readability-cli.1 b/readability-cli.1 index ea6db1b..dcfdc4d 100644 --- a/readability-cli.1 +++ b/readability-cli.1 @@ -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\. diff --git a/readability-cli.1.md b/readability-cli.1.md index 45b07ae..b8f5734 100644 --- a/readability-cli.1.md +++ b/readability-cli.1.md @@ -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.