Skip to content

deg4uss3r/trss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trss

trss is a Terminal User Interface (TUI) RSS reader. In other words, read your favorite website's posts directly from your terminal!

Place websites in a config file which is created at the $XDG location (using confy) on your system.

The config is stored normally in ~/.config/trss/trss.toml and looks like:

subscriptions = ["https://everythingchanges.us/feed.xml", "https://charity.wtf/feed/"]

To show the help hit h in any view mode, the basics are:

ENTER - Select website or article
Arrow Keys - Navigate the UI/Scroll in the article 
ESC - Return to previous panel
Q - Same as ESC, return to the previous panel
H - Show help

TODO

  • Edit config in UI
  • Keep track of "read" articles

License

See LICENSE.md.

About

An TUI RSS reader application written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages