post item links of a feed to linkding
Find a file
2026-03-14 08:39:49 +01:00
.gitignore update git ignore 2025-02-12 18:20:12 +01:00
.goreleaser.yaml update goreleaser 2024-12-22 21:10:57 +01:00
flags.go initial implementation 2023-10-03 22:26:05 +02:00
go.mod update dependencies 2026-03-14 08:39:49 +01:00
go.sum update dependencies 2026-03-14 08:39:49 +01:00
LICENSE update readme and mention feed2linkding 2023-10-03 22:36:55 +02:00
main.go initial implementation 2023-10-03 22:26:05 +02:00
README.md update readme 2023-10-03 22:45:38 +02:00
types.go initial implementation 2023-10-03 22:26:05 +02:00

feed2linkding

Parses a feed and posts its URLs to linkding, picking up the feed item's title and tags.

It uses gofeed under the hood to parse the feed.

To install type go install codeberg.org/strubbl/feed2linkding@latest into your terminal or download the latest release.