geminite

command module
v0.0.0-...-a0a6b0b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2023 License: Unlicense Imports: 3 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL