Do we have something like curl but for Gemini?
I want a tool to download gemini pages like we use curl for downloading HTML pages. I am pretty sure there is a tool like this but I don't remeber what's the name of the tool.
2024-09-10 ยท 2 years ago
7 Comments โ
๐ฆ ResetReboot ยท 2024-09-10 at 09:44:
gemget I believe is one of those tools.
๐ random2934 [OP] ยท 2024-09-10 at 10:00:
@ResetReboot Thank you, I found it :)
๐ฆ zzo38 ยท 2024-09-10 at 18:20:
There are others as well. My own "astroget" program implements Gemini and several other protocols (including HTTP). Another one (written by someone else) is "gmni".
โ https://github.com/zzo38/scorpion/blob/trunk/astroget.c
โ https://git.sr.ht/~sircmpwn/gmni
๐ random2934 [OP] ยท 2024-09-11 at 05:50:
@zzo38 Thanks you for mentioning other tools too <3
๐ป ps ยท 2024-09-11 at 20:01:
โ https://github.com/YGGverse/gemini-dl
๐ gritty ยท 2024-09-14 at 00:47:
I'm pretty sure there was an effort to get Gemini added to curl but there was some...back and forth about it with the maintainer. I think they opted not to support in the end.
๐ random2934 [OP] ยท 2024-09-17 at 13:15:
@gritty yeah, it had a lot of drama too