Email or username:

Password:

Forgot your password?
Vad fan? 🇷🇺 :vim: :nodejs: :python:

Well, I finally dug into the creating my own TUI Fresh RSS client, I called this piece of shit Inomnibus (Latin for "in spite of", sounds nice, right?). It's still on the early stage of development, but I already use it and find it quite handy.
Now it can:
- Play YouTube and Odysee videos via mpv + ytdlp
- Open pictures in the image viewer
- Fetch comments from Reddit feeds
- Open links and articles in the browser

Both Vim-like and normie's keybindings are included.

It's in Python, which rather sucks, but thanks to asyncio, works quite smoothly.

Local caching and prefetching articles, pictures and videos by schedule are on the way.

2 comments
Vad fan? 🇷🇺 :vim: :nodejs: :python:

@james Of course, I wrote it. It's on my private Gitea server now, but it will be mirrored to a public Gitlab repository and made available for everyone when I find it more production ready.

Go Up