-
I have been moving some of what I do to the terminal. I would like to do my feed reading on my terminal- with my current self-hosted Miniflux instance. Option 1: Use with a text browser This doesn't work, because "mark this page as read" requires Javascript. Also, in w3m/elinks/lynx, each entry spans several 12 lines, because all fields of a feed (title, category, posted date, etc.) end up in a line each. Perhaps an issue to make "mark this page as read" progressively enhanced? (i.e. by default it's a button that just performs the action; then inject the confirmation behavior via JS.) Option 2: Use a terminal client I have tried elfeed (I use Emacs) and newsboat, I had lots of issues getting them to run. Anyone using a terminal client for Miniflux that works for them? Álex |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
(Update: my issue with newsboat on Debian is that the version in stable does not have full support for Miniflux. I'm using |
Beta Was this translation helpful? Give feedback.
After a bout with Newsboat, then with Emacs' Elfeed... and not being pleased with any of the two, I've decided to write a small tool:
https://github.com/alexpdp7/termflux
It is in a very primitive state (you need to know Python to log in and to use the app), but:
This is my personal beta v1 which makes it somewhat useful to me. I'll add more features as I need them and have the time.