manojm321 / elfeed-dashboard

A frontend for elfeed
GNU General Public License v3.0
79 stars 9 forks source link

Admin operations #7

Open sjLambda opened 3 years ago

sjLambda commented 3 years ago

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.

manojm321 commented 3 years ago

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.

bhepple commented 1 year ago

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