Article reader for you terminal! No ads, no JavaScript, no CSS, nothing bascially.
Note
A proof-of-concept app. Lacks many features. I'm just having fun 😜
- You give it an URL
- It downloads HTML (or fetches it from cache)
- Extracts readable part (like reader mode does in Firefox; thx Mozilla)
- Converts into markdown
- Nicely displays it inside TUI
- ...
- PROFIT!!!
To build geminite
binary clone this repo and run
go build .
# You can also use go install
go install .
You can press b when reading an article to bookmark it.
To open your bookmarks list, run geminite
without any arguments
To show config file location run
geminite where
Config is in TOML format. Default config example
# Words per minute reading speed
# You can get your own here
# https://swiftread.com/reading-speed-test
wpm = 250
# Enable caching
cache = true