mirror of
https://github.com/kr1sp1n/awesome-gemini.git
synced 2024-11-20 11:26:40 -05:00
Update README.md
This commit is contained in:
parent
3ad53532e3
commit
8d10848901
1 changed files with 45 additions and 2 deletions
47
README.md
47
README.md
|
@ -1,2 +1,45 @@
|
|||
# awesome-gemini
|
||||
A collection of awesome things regarding the gemini protocol ecosystem.
|
||||
# Awesome Gemini [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
||||
A collection of awesome things regarding the [gemini protocol][1] ecosystem.
|
||||
|
||||
Please contribute to this list to link to all the awesome gemini projects out there.
|
||||
|
||||
## Contents
|
||||
|
||||
- [Clients](#clients)
|
||||
- [Terminal](#terminal)
|
||||
- [Graphical](#graphical)
|
||||
- [Programming](#programming)
|
||||
- [Servers](#servers)
|
||||
- [Tools](#tools)
|
||||
- [Web proxies](#web-proxies)
|
||||
|
||||
## Clients
|
||||
|
||||
### Terminal
|
||||
- [Asuka](https://tildegit.org/julienxx/asuka) (Rust) - an NCurses-based Gemini client
|
||||
- [Amfora](https://github.com/makeworld-the-better-one/amfora) (Go) - a "fancy" terminal client
|
||||
- [AV-98](https://tildegit.org/solderpunk/AV-98) (Python) - a Gemini client derived from the popular VF-1 Gopher client
|
||||
- [Bombadillo](https://rawtext.club/~sloum/bombadillo.html) (Go) - a combined Gopher and Gemini client with vim-inspired key mappings
|
||||
- [Elpher](https://thelambdalab.xyz/elpher/) (Emacs) - a combined Gopher and Gemini client for the popular text editor / operating system
|
||||
|
||||
### Graphical
|
||||
- [Castor](https://git.sr.ht/~julienxx/castor) (Rust) - a graphical Gemini client using GTK
|
||||
- [GemiNaut](https://www.marmaladefoo.com/pages/geminaut) (C#) - a user friendly graphical Gemini client for MS Windows
|
||||
- [Kristall](https://github.com/MasterQ32/kristall) (C++) - a graphical Gopher and Gemini client using QT
|
||||
|
||||
## Programming
|
||||
- [gemini](https://github.com/derhuerst/gemini) (Node.js) - a server & client lib
|
||||
|
||||
## Servers
|
||||
- [gemini](https://github.com/derhuerst/gemini) (Node.js) - a server & client
|
||||
- [gemini-server](https://hackage.haskell.org/package/gemini-server) (Haskell) - a lightweight server for the Gemini protocol
|
||||
|
||||
## Tools
|
||||
- [gemini-pandoc-lua-filter](https://github.com/kr1sp1n/gemini-pandoc-lua-filter) - a lua filter for pandoc to output gemini text
|
||||
|
||||
## Web proxies
|
||||
- [Mozz.us portal](https://portal.mozz.us/gemini/gemini.circumlunar.space/)
|
||||
- [Vulpes proxy](https://proxy.vulpes.one/gemini/gemini.circumlunar.space/)
|
||||
|
||||
---
|
||||
[1]: https://gemini.circumlunar.space/
|
||||
|
|
Loading…
Reference in a new issue