mirror of
https://gitlab.com/gardenappl/readability-cli
synced 2024-10-31 09:20:29 +00:00
v2.4.5 release
This commit is contained in:
parent
cb880a8d34
commit
fc462aa3cc
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "readability-cli",
|
"name": "readability-cli",
|
||||||
"version": "2.4.4",
|
"version": "2.4.5",
|
||||||
"description": "Firefox Reader Mode in your terminal - get useful text from a web page using Mozilla's Readability library",
|
"description": "Firefox Reader Mode in your terminal - get useful text from a web page using Mozilla's Readability library",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH "READABILITY\-CLI" "1" "January 2023" "v2.4.4"
|
.TH "READABILITY\-CLI" "1" "September 2023" "v2.4.5"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBreadability-cli\fR \- get useful text from a web page
|
\fBreadability-cli\fR \- get useful text from a web page
|
||||||
.SH SYNOPSYS
|
.SH SYNOPSYS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env -S deno run --allow-net --allow-read --allow-write --allow-env=HTTPS_PROXY,LC_ALL,LC_MESSAGES,LANG,LANGUAGE --no-prompt --no-check --
|
#!/usr/bin/env -S deno run --allow-net --allow-read --allow-write --allow-env=HTTPS_PROXY,LC_ALL,LC_MESSAGES,LANG,LANGUAGE --no-prompt --no-check --
|
||||||
|
|
||||||
const version = "2.4.4"
|
const version = "2.4.5"
|
||||||
|
|
||||||
import * as path from "https://deno.land/std@0.201.0/path/mod.ts"
|
import * as path from "https://deno.land/std@0.201.0/path/mod.ts"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user