Rebranding back again

yargs
gardenapple 4 years ago
parent 7bab10767e
commit 13ed6ca402
No known key found for this signature in database
GPG Key ID: CAF17E9ABE789268

@ -1,8 +1,8 @@
# reader-view-cli
# readability-cli
### Firefox Reader View in your terminal!
**reader-view-cli** takes any HTML page and strips out unnecessary bloat by using [Mozilla's Readability library](https://github.com/mozilla/readability). As a result, you get a web page which contains only the core content and nothing more. The resulting HTML is suitable for terminal browsers, text readers, and other uses.
**readability-cli** takes any HTML page and strips out unnecessary bloat by using [Mozilla's Readability library](https://github.com/mozilla/readability). As a result, you get a web page which contains only the core content and nothing more. The resulting HTML is suitable for terminal browsers, text readers, and other uses.
Here is a before-and-after comparison, using [an article from The Guardian](https://www.theguardian.com/technology/2018/jul/23/tech-industry-wealth-futurism-transhumanism-singularity) as a test subject.
@ -12,8 +12,8 @@ Here is a before-and-after comparison, using [an article from The Guardian](http
*So much useless stuff that the main article does not even fit on the screen!*
#### reader-view-cli + W3M
![An article from The Guardian in W3M using reader-view-cli](https://i.imgur.com/Es9QNpI.png "reader-view-cli with W3M")
#### readability-cli + W3M
![An article from The Guardian in W3M using readability-cli](https://i.imgur.com/Es9QNpI.png "readability-cli with W3M")
*Ah, much better.*

4
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "reader-view-cli",
"version": "0.0.1",
"name": "@gardenapple/readability-cli",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "reader-view-cli",
"version": "0.0.1",
"name": "@gardenapple/readability-cli",
"version": "1.0.0",
"description": "Firefox Reader Mode in your terminal - get useful text from a web page using Mozilla's Readability library",
"main": "index.js",
"bin": {
@ -9,16 +9,15 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "gitlab:gardenappl/reader-view-cli",
"repository": "gitlab:gardenappl/readability-cli",
"author": "gardenapple <gardenapple@posteo.net>",
"bugs": "https://gitlab.com/gardenappl/reader-view-cli/-/issues",
"bugs": "https://gitlab.com/gardenappl/readability-cli/-/issues",
"keywords": [
"console",
"terminal",
"cli",
"readability",
"html",
"readability-cli"
"html"
],
"license": "GPL-3.0-only",
"dependencies": {

Loading…
Cancel
Save