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.

chore: format and lint

dunkirk.sh 7e06f55a e88a96bc

verified
+3 -3
+3 -3
email/render_test.go
··· 145 145 FeedURL: "https://example.com/feed", 146 146 Items: []FeedItem{ 147 147 { 148 - Title: "Test Article", 149 - Link: "https://example.com/article", 150 - Content: `<p>Code example:</p><pre><span class="c1"># comment</span> 148 + Title: "Test Article", 149 + Link: "https://example.com/article", 150 + Content: `<p>Code example:</p><pre><span class="c1"># comment</span> 151 151 echo hello</pre><p>Done.</p>`, 152 152 Published: time.Now(), 153 153 },