tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit 9c475d90375b614619a8602ffd8e23fc026e31d6
parent b7aa066bf6bae6b3127376e7914aa07d6d9d75db
Author: mtmn <miro@haravara.org>
Date:   Mon, 11 May 2026 12:45:03 +0200

bandeno: add link to blog post

Diffstat:
MREADME.md | 2+-
Mbandeno/README.md | 4+++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -5,7 +5,7 @@ Various tools I have been using throughout the years. | tool | description | |---|---| | [backup](backup/) | terminal backup orchestrator | -| [bandeno](bandeno/) | Bandcamp JSON Feed proxy | +| [bandeno](bandeno/) | Bandcamp RSS feed proxy | | [diffamer](diffamer/) | line-file syncer with rsync and coloured diff | | [diggah](diggah/) | find files modified within a time range, locally or over SSH | | [hue](hue/) | Ruby library and CLI for Philips Hue | diff --git a/bandeno/README.md b/bandeno/README.md @@ -1,6 +1,8 @@ # bandeno -A Bandcamp JSON Feed proxy. Returns artist discographies and fan collections as [JSON Feed](https://jsonfeed.org/) for use in feed readers. +Bandcamp RSS feed proxy. Returns artist discographies and fan collections as [JSON Feed](https://jsonfeed.org/) for use in feed readers. + +Inspired by Pawel Grzybek's Deno Deploy article on Bandcamp RSS feeds: https://pawelgrzybek.com/generate-rss-feed-for-bandcamp-artists-using-deno-deploy/. ## Running