Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (16 loc) · 1001 Bytes

File metadata and controls

16 lines (16 loc) · 1001 Bytes
  • Find a nice HTML-to-tui-text renderer lib for feed entries
  • Better feedback on mark-as-read/mark-as-unread
  • Figure out why mark-as-read isn't working consistently
  • Add open-in-default-URL-handler functionality
  • Add a "keyboard shortcuts" help view
  • Better error handling
  • Add a "zero state" on the feed entry list for when there are no unread entries
  • Figure out how to let the ReadEntryView mutably update the entry in question in-place Decided to just have the FeedEntryList do it.
  • README
  • Figure out config dir alternative for Windows, since xdg basedirs doesn't build there.
  • Add support for viewing the list of starred feed entries (regardless of read/unread status).
  • Fix the issue where you can't mark-as-read if your API URL ends in a slash
  • Figure out pagination.
  • Better styling/alignment on the keyboard shortcuts view
  • Theming?
  • Refactoring to clean up scattered concerns (like key-bind subscriptions)