rss email digests over ssh because you're a cool kid herald.dunkirk.sh
go rss rss-reader ssh charm
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add file format section to index

Adds FILE FORMAT section documenting feed config directives and providing
a complete example for users uploading feed configs.

💘 Generated with Crush

Assisted-by: Copilot: Claude Sonnet 4.5 via Crush <crush@charm.land>

+19
+19
web/templates/index.html
··· 31 31 herald - RSS-to-Email via SSH 32 32 </pre> 33 33 34 + <h2>FILE FORMAT</h2> 35 + <pre> 36 + Feed configs are plain text files with directives: 37 + 38 + =: email you@example.com Recipient email address 39 + =: cron 0 8 * * * Standard cron (5 fields) 40 + =: digest true Combine items (default: true) 41 + =: inline false Include content (default: false) 42 + =&gt; https://example.com/feed RSS/Atom feed URL 43 + =&gt; https://blog.com/rss "Blog" Feed with display name 44 + 45 + Example feeds.txt: 46 + =: email you@example.com 47 + =: cron 0 8 * * * 48 + =: digest true 49 + =&gt; https://dunkirk.sh/atom.xml 50 + =&gt; https://news.ycombinator.com/rss 51 + </pre> 52 + 34 53 <h2>COMMANDS</h2> 35 54 <pre> 36 55 ls List uploaded feed configs