From 6eff89e81e180a3360bf3c09edab1aa8240b2e13 Mon Sep 17 00:00:00 2001 From: weakish Date: Tue, 23 Jan 2024 11:43:33 +0000 Subject: [PATCH] Add astroget. Also move gemget from programming to tools since gemget is a command line tool not a library. close #179 opened by @zzo38 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b07fb..c1f5aa8 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,6 @@ Repo mirrors: - [a-h/gemini](https://github.com/a-h/gemini) (Go) - Applications and libraries for building applications on Gemini. - [cuipod](https://github.com/aegis-dev/cuipod) (C#) - Simple yet flexible framework for Gemini protocol server. - [gemclient](https://github.com/Koshroy/gemclient) (Nim) - rich client library for the Gemini Protocol. -- [gemget](https://github.com/makew0rld/gemget) (Go) - Command line downloader for the Gemini protocol. - [gemini](https://github.com/kulak/gemini) (Go) - Server side Gemini protocol + Titan protocol implementation that matches standard GO http API. - [gig](https://github.com/pitr/gig) (Go) - Gemini framework. - [gmir](https://github.com/codesoap/gmir) (Go) - A reader for gmi files @@ -232,10 +231,13 @@ Repo mirrors: - __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)). ## Tools + +- [astroget](https://github.com/zzo38/scorpion/blob/trunk/astroget.c) (C) - Command line tool to download and upload files from Gemini, Gopher, Scorpion, and Spartan servers. - [CAPCOM](https://tildegit.org/solderpunk/CAPCOM) (Python) - Atom feed aggregator for gemini. - [certified](https://code.lag.net/robey/certified) (Python) - Generate TOFU TLS certificates for gemini servers. - [cl-yag](git://bitreich.org/cl-yag) (Common-Lisp) - Static site generator producing gemini, gopher and html. - [comitium](https://git.nytpu.com/comitium) (C) - A feed aggregator for gemini supporting many formats and protocols. +- [gemget](https://github.com/makew0rld/gemget) (Go) - Command line downloader for the Gemini protocol. - [gemini-antenna](https://notabug.org/tinyrabbit/gemini-antenna) (Python) - A feed-aggregator for Gemini, triggered by submissions. - [geminize](https://addons.mozilla.org/en-US/firefox/addon/geminize/) - Firefox addon that redirects gemini:// URLs and links to a customizable HTTP-to-Gemini proxy. - [gemlog.sh](https://git.sr.ht/~nytpu/gemlog.sh) (Bash) - Utility for writing and managing gemini logs (gemlogs) and atom feeds (simple gemini static site generator/framework).