metafates / geminite

πŸ’Ž Article reader for your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geminite

Article reader for you terminal! No ads, no JavaScript, no CSS, nothing bascially.

asciicast

Note

A proof-of-concept app. Lacks many features. I'm just having fun 😜

What?

  1. You give it an URL
  2. It downloads HTML (or fetches it from cache)
  3. Extracts readable part (like reader mode does in Firefox; thx Mozilla)
  4. Converts into markdown
  5. Nicely displays it inside TUI
  6. ...
  7. PROFIT!!!

Build

To build geminite binary clone this repo and run

go build .

# You can also use go install
go install .

Bookmarks

You can press b when reading an article to bookmark it.

To open your bookmarks list, run geminite without any arguments

Config

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

About

πŸ’Ž Article reader for your terminal

License:The Unlicense


Languages

Language:Go 100.0%