Comment by ๐ฆ zzo38
Re: "Do we have something like curl but for Gemini?"
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
2024-09-10 ยท 2 years ago
4 Later Comments โ
๐ 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
Original Post
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.