awesome-gemini

A collection of awesome things regarding the gemini protocol ecosystem.
git clone https://git.clttr.info/awesome-gemini.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 47963da7299cdd69ec7495041f59653ae5fdef01
parent eb716f53e88ff94c9648e34ae21ef33556807103
Author: Martin Keegan <martin@no.ucant.org>
Date:   Sun, 19 Jun 2022 07:00:55 +0100

add Jimmy client for MacOS

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -31,6 +31,7 @@ Repo mirrors: - [Cross-platform](#cross-platform) - [Mobile](#mobile) - [Windows](#windows) + - [MacOS](#macos) - [Programming](#programming) - [Related Specifications](#related-specifications) - [Resources](#resources) @@ -97,6 +98,10 @@ Repo mirrors: #### Windows - [GemiNaut](https://www.marmaladefoo.com/pages/geminaut) (C#) - user friendly graphical Gemini client for MS Windows. +#### MacOS +- [Jimmy](https://github.com/jfoucher/Jimmy) (SwiftUI) - a lightweight native Gemini client for MacOS + + ## Programming - [gemclient](https://github.com/Koshroy/gemclient) (Nim) - rich client library for the Gemini Protocol. - [derhuerst/gemini](https://github.com/derhuerst/gemini) (Node.js) - server & client lib.