russ icon indicating copy to clipboard operation
russ copied to clipboard

A TUI RSS reader with vim-like controls and a local-first, offline-first focus

Results 19 russ issues
Sort by recently updated
recently updated
newest added

Without this move, the main UI could show info and feed entries with crude HTML marks, as in "&#8220". Translating that at the source is the best move, since they...

Just a proof of concept. At the moment of fetching the url, it checks if it contains "http" in the url. If it doesn't, it tries to load it as...

Adds the ability to scrape the entry link for additional content, using the crate developed by [News Flash](https://gitlab.com/news-flash/article_scraper/-/tree/master?ref_type=heads). Unfortunately there is no sync version of it, and it demands the...

Adds a visual element to the feed list, indicating to the user how many unread entries it contains ![screenshot_2024-03-13-093235](https://github.com/ckampfe/russ/assets/39183620/0b0991df-4e07-49a9-9661-bac49523c62c) There is currently a problem where long titles (like the first...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description This came to me after thinking more about #28 and realizing...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description Some RSS feeds only include a small snippet of the article,...

enhancement

Pressing `u` from within an Entry view will now show a navigable list of urls extracted from that entry which can either be copied or opened in a browser with...

Before, sub-second precision was printed and all times were in UTC.

I can undo the variable changes if you prefer, I just found them more clear.

On Windows all key events would be taken as input including keyup leading to double inputs. Fixes ckampfe/russ#22 https://github.com/ckampfe/russ/issues/22