Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crusom/Gemcurses
A Gemini client, written in C using ncurses
https://github.com/crusom/Gemcurses
Last synced: 3 months ago
JSON representation
A Gemini client, written in C using ncurses
- Host: GitHub
- URL: https://github.com/crusom/Gemcurses
- Owner: crusom
- License: gpl-3.0
- Created: 2022-04-06T17:30:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T15:17:40.000Z (9 months ago)
- Last Synced: 2024-05-20T13:34:15.669Z (6 months ago)
- Language: C
- Size: 445 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gemini - Gemcurses - A Gemini client, written in C using ncurses. (Clients / Terminal)
README
# Gemcurses
A Gemini client, written in C using ncurses| KEY| ACTION |
| -- | ------------- |
| arrows up/down | go down or up on the page |
| / | search |
| q | change to link-mode/scroll-mode|
| enter | go to a link |
| B | go to the defined main gemsite (antenna) |
| P | show bookmarks dialog |
| R | refresh the gemsite |
| S | save the gemsite |
| C | show url of the selected link |
| A | bookmark current gemsite |
| PgUp/PgDn | go page up or page down |
| mouse scroll | scroll |Note that some keys are *uppercase*
**Data path is $XDG\_DATA\_HOME or $HOME/.local/share/gemcurses**
**Cache path is $XDG\_CACHE\_HOME or $HOME/.cache/gemcurses**
Look [xdgbasedirectory](https://xdgbasedirectoryspecification.com/)
![The Antenna gemsite and bookmarks dialog](/images/bookmarks.png "Example screenshot1")
![The Astrobotany gemsite](/images/astrobotany.png "Example screenshot2")# TODO
## To add:
- [ ] ERR\_print\_errors\_fp
- [ ] basic fuzzer
- [ ] finger support
- [ ] offline support
- [x] showing errors to the user
- [ ] ASCII colors maybe? (https://git.sr.ht/~kevin8t8/mutt/tree/master/item/pager.c)
- [ ] History
- [ ] Some switch if user wants to disable/enable sending certificates(?)
- [ ] Charsets## to fix/test:
- [ ] test input (gemini://gemini.ctrl-c.club/~stack/gemlog/2021-11-30.noncompliant.gmi)
- [ ] do my own forms implementation for better performance and resizing
- [x] gemini://spellbinding.tilde.cafe/ crashes?
- [x] use XDG dirs, not local https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html