elfeed-dashboard
elfeed-dashboard copied to clipboard
Admin operations
Just wondering if you're planning on incorporating any admin functions in the UI, such as db compact, db backup, deletion of old articles by date, folders, subscription status, etc. These less used options would be ideal for an UI like yours. Thanks.
That's a good idea. TBH, I haven't had the need to use any of those functions yet.
db compact seems straightforward with:
#+KEYMAP: C | elfeed-db-compact
As for deletion perhaps we need few helper functions for each of the criterias. I'll try to find some time.
For entry deletion, see sk/elfeed-db-remove-entry at https://github.com/skeeto/elfeed/issues/392