Tool that lets you read website content* on the command line.
readcli https://medium.com/compass-true-north/go-unit-testing-at-compass-3a7cb85ab54a
brew install trashhalo/homebrew-brews/readcli
Prebuilt packages can be found at the releases page
The algorithm is as follows:
- Use go-readability to download a stripped down version of the website.
- Use html-to-markdown to convert the clean html to markdown.
- Use glamour to render the markdown content.
This limits the tool to only sites that pass go-readability.
- Any medium post
Stay tuned. trashhalo/imgcat#11