From ea946bfe02ef3a016e19d3b713f247d61916bc88 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sun, 4 Aug 2024 09:13:46 +0200 Subject: [PATCH] Refer to elfeed-export --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 535585e..11bee38 100644 --- a/README.org +++ b/README.org @@ -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.