💾 Archived View for gemini.thegonz.net › gmisub2atom captured on 2022-03-01 at 15:02:35. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Straightforward C implementation of the gmisub spec.
gemini://gemini.circumlunar.space/docs/companion/subscription.gmi
I wrote this to be able to use gmisub feeds with newsboat.
You can do that by adding a line like this to ~/.newsboat/urls :
"exec:gemget -o- gemini://example.com/feed.gmi | gmisub2atom gemini://example.com/feed.gmi"
This directory is a git repo, so in theory you can clone it. I leave it as an exercise to the reader to implement the necessary git-remote-gemini command!
Alternatively, clone from this git bundle with 'git clone gmisub2atom.bundle gmisub2atom'