diff --git a/README.md b/README.md index 0935b4e..f8878e0 100644 --- a/README.md +++ b/README.md @@ -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.* diff --git a/package-lock.json b/package-lock.json index ac6bac7..d1d880e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index c9b5565..ae58815 100644 --- a/package.json +++ b/package.json @@ -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 ", - "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": {