going-flying.com gemini git repository
a71890d442dc77225a60acc03c38035fe09052b0 - Matthew Ernisse - 1616276882
gmni -> gemget
diff --git a/index.gmi b/index.gmi index d3cc028..9511e81 100644 --- a/index.gmi +++ b/index.gmi @@ -49,9 +49,9 @@ After settling in for a while, I found the terminal clients would periodically b => gemini://skyjake.fi/lagrange/ Lagrange -Just like curl and wget I do periodically find myself needing to put a Gemini URL into a shell pipeline or a script so I lean on gmni for that. It's written in C and compiles on macOS and Linux with essentially no dependancies so it is Good Enough For Me. +Just like curl and wget I periodically find myself needing to debug something, or put a Gemini URL into a shell pipeline, or fetch Gemini content into a script so I lean on gemget for that even though it's written in Go. -=> https://git.sr.ht/~sircmpwn/gmni gmni +=> https://github.com/makeworld-the-better-one/gemget gemget As far as servers go I tried geminid first. Being written in C it was super easy to put into a container and run and it was perfect for my 100% static file environement. After a bit though I wanted to get a little more fancy with things and ended up settling on Molly Brown. It wasn't hard to package either and it is what let me get away with the CGI shenanigans (like my RFC proxy and VFD display) that I get up to here.