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.

Posted in: s/AskGemini
🚀 random2934

2024-09-10 · 1 year 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 :)

— gemget
🦂 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