1
0
Fork 0
Export the Elfeed database to more generic data formats.
Find a file
2024-08-03 22:19:53 +02:00
.gitignore Add .gitignore 2024-08-03 09:35:11 +02:00
elfeed-export.el Add autoloads 2024-08-03 21:58:08 +02:00
elfeed-export.info Show formats in tabular form 2024-08-03 22:19:53 +02:00
LICENSE.txt Initial commit of Emacs package to export the Elfeed database to JSON 2024-08-01 21:55:06 +02:00
README.org Show formats in tabular form 2024-08-03 22:19:53 +02:00

elfeed-export

Introduction

elfeed-export exports your feed entries from the elfeed RSS reader for Emacs.

The following export formats are currently supported:

Format Command
JSON elfeed-export-to-json-file
Emacs Lisp Data (*.eld) elfeed-export-to-lisp-file

Installation

elfeed-export is not on MELPA, therefore clone the directory first:

git clone https://codeberg.org/bram85/elfeed-export.git

Then configure the package as follows:

  (use-package elfeed-export
    :ensure nil
    :load-path "/path/to/elfeed-export")

Configuration

The following table shows the customizable settings for elfeed-export:

Custom variable Description
elfeed-export-exclude-tags Do not export entries that have any of these tags.
elfeed-export-fields Which fields to export per entry and a function to obtain the value.
elfeed-export-include-tags Export entries that have any of these tags.
elfeed-export-predicates Entries that match all of these predicates are exported.