1
0
Fork 0
mirror of https://github.com/kr1sp1n/awesome-gemini.git synced 2024-11-20 11:26:40 -05:00

add Jimmy client for MacOS

This commit is contained in:
Martin Keegan 2022-06-19 07:00:55 +01:00 committed by Krispin Schulz
parent eb716f53e8
commit 47963da729

View file

@ -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.