elfeed-dashboard icon indicating copy to clipboard operation
elfeed-dashboard copied to clipboard

Admin operations

Open sjLambda opened this issue 4 years ago • 2 comments

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.

sjLambda avatar Nov 28 '20 01:11 sjLambda

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.

manojm321 avatar Dec 07 '20 05:12 manojm321

For entry deletion, see sk/elfeed-db-remove-entry at https://github.com/skeeto/elfeed/issues/392

bhepple avatar Dec 16 '22 05:12 bhepple