Refer to elfeed-export

This commit is contained in:
Bram Schoenmakers 2024-08-04 09:13:46 +02:00
parent 7615a08e98
commit ea946bfe02
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -7,7 +7,7 @@
[[https://github.com/skeeto/elfeed][elfeed]] is a powerful and customizable RSS reader for Emacs. It's performing well with thousands of entries stored in the database, thanks to the design choices that were made to implement it. However, removing entries [[https://nullprogram.com/blog/2013/11/26/][wasn't considered a use-case]] and elfeed doesn't provide such functionality.
This package provides the =elfeed-prune= command, which removes entries that match a predicate from the database. It messes with the internal database structure to remove entries. It's wise to make a backup of your ~/.elfeed folder, this package won't do it for you.
This package provides the =elfeed-prune= command, which removes entries that match a predicate from the database. It messes with the internal database structure to remove entries. It's wise to make a backup of your ~/.elfeed folder, this package won't do it for you. Alternatively, export your database with [[https://codeberg.org/bram85/elfeed-export][elfeed-export]] first.
This package was developed against [[https://github.com/skeeto/elfeed/tree/5c05a1eab37bc113ecb158a4d57fe05352fa2c6a][revision 5c05a1e]] of elfeed.