New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mostly working prototype of a feed summary screen (FEEDBACK REQUESTED) #288

Open
wants to merge 4 commits into
base: master
from

Conversation

Projects
None yet
1 participant
@mnp
Contributor

mnp commented Jul 21, 2018

Sketch based on reddit conversation with @skeeto for a feed summary that shows you a screen by feed (with counts and dates) instead of by article.

I've hooked into the toplevel elfeed using a defcustom elfeed-summary-as-top-level, such that if t, you get a selection flow like this:

"work" ---(M-x elfeed)---> feed summary ---(Ret)---> search ---(Ret)---> article/entry

and then a reverse flow popping back up

"back to work"  <---(Q)--- feed summary <---(Q)--- search <---(Q)--- article/entry 

TODO:

  • desktop support?
  • hooks?
  • bookmarks support?
  • user might want to configure columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment