Skip to content

Extract contents from a website into a file. HTML or Markdown.

License

Notifications You must be signed in to change notification settings

koganei/readable-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little convenience package to use the readability package to extract URLs and save them locally. Mostly generated by GPT-4.

Installation

Run npm install then npm link. You should now have it available in your path from anywhere on your machine. I've tested this on my Linux machine, but it should also work for MacOSX.

Running

Saving the content as HTML:

readable http://www.somesite.com/some-article some-article.html

Saving the content as Markdown:

readable -md http://www.somesite.com/some-article some-article.md

About

Extract contents from a website into a file. HTML or Markdown.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published