mrusme / reader

reader is for your command line what the “readability” view is for modern browsers: A lightweight tool offering better readability of web pages on the CLI.
https://xn--gckvb8fzb.com/reader-web-page-readability-on-the-cli/
GNU General Public License v3.0
258 stars 9 forks source link

External image viewer #17

Open Disonantemus opened 7 months ago

Disonantemus commented 7 months ago

Useful 4 many case scenarios:


Can be done with:

xplshn commented 1 month ago

The U-ROOT project has a framebuffer library capable of displaying images. I'd really like to have such a feature within reader. https://github.com/u-root/u-root/blob/main/pkg/fb/fb.go There's also the fbsplash program that u-root has if you need a reference on how to use the library.