Add info on Elfeed revision on which the hack is based

This commit is contained in:
Bram Schoenmakers 2024-07-08 22:26:07 +02:00
parent 29c747bf2c
commit e4cbaa8bf9
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -9,6 +9,8 @@
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 was developed against [[https://github.com/skeeto/elfeed/tree/5c05a1eab37bc113ecb158a4d57fe05352fa2c6a][revision 5c05a1e]] of elfeed.
* Installation
Simply clone this repository and put it in your =load-path=.
@ -28,7 +30,7 @@ This package will never be provided on MELPA, as it is a glorified hack for elfe
By default, items will be pruned based on their age, or if they belong to a feed that's no longer in your =elfeed-feeds= variable.
A predicate can be added to =elfeed-prune-predicates= or =elfeed-prune-keep-predicates=, which is a function that takes two parameters: an (elfeed) entry object and a feed object that corresponds to that entry..
A predicate can be added to =elfeed-prune-predicates= or =elfeed-prune-keep-predicates=, which is a function that takes two parameters: an (elfeed) entry object and a feed object that corresponds to that entry.
Any predicate in =elfeed-prune-predicates= that returns =t= gets pruned, unless any predicate in =elfeed-prune-keep-predicates= returns =t= for that same entry.