mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
📝 Add shields
This commit is contained in:
parent
d3a77e4338
commit
9abb5ee27f
@ -3,7 +3,12 @@
|
|||||||
![Amfora logo](logo.png)
|
![Amfora logo](logo.png)
|
||||||
##### Modified from: amphora by Alvaro Cabrera from the Noun Project
|
##### Modified from: amphora by Alvaro Cabrera from the Noun Project
|
||||||
|
|
||||||
Amfora aims to be the best looking [Gemini](https://gemini.circumlunar.space/) client with the most features... all in the terminal. It does not support Gopher or other non-Web protocols - check out [Bombadillo](http://bombadillo.colorfield.space/) for that. It also aims to be completely cross platform, with full Windows support.
|
[![go reportcard](https://goreportcard.com/badge/github.com/makeworld-the-better-one/amfora)](https://goreportcard.com/report/github.com/makeworld-the-better-one/amfora)
|
||||||
|
[![license GPLv3](https://img.shields.io/github/license/makeworld-the-better-one/amfora)](https://www.gnu.org/licenses/gpl-3.0.en.html)
|
||||||
|
|
||||||
|
Amfora aims to be the best looking [Gemini](https://gemini.circumlunar.space/) client with the most features... all in the terminal. It does not support Gopher or other non-Web protocols - check out [Bombadillo](http://bombadillo.colorfield.space/) for that.
|
||||||
|
|
||||||
|
It also aims to be completely cross platform, with full Windows support. If you're on Windows, I would not reccomend using the default terminal software. Maybe use [Cmder](https://cmder.net/) instead?
|
||||||
|
|
||||||
It fully passes Sean Conman's client torture test, with exception of the alternate encodings section, as only UTF-8 and ASCII are supported. It mostly passes the Egsam test.
|
It fully passes Sean Conman's client torture test, with exception of the alternate encodings section, as only UTF-8 and ASCII are supported. It mostly passes the Egsam test.
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
|
|
||||||
// TOFU implementation.
|
// TOFU implementation.
|
||||||
// Stores cert hash and expiry for now, like Bombadillo.
|
// Stores cert hash and expiry for now, like Bombadillo.
|
||||||
// There is ongoing TOFU discussiong on the mailing list about better
|
// There is ongoing TOFU discussion on the mailing list about better
|
||||||
// ways to do this, and I will update this file once those are decided on.
|
// ways to do this, and I will update this file once those are decided on.
|
||||||
|
|
||||||
var ErrTofu = errors.New("server cert does not match TOFU database")
|
var ErrTofu = errors.New("server cert does not match TOFU database")
|
||||||
|
@ -42,7 +42,7 @@ var yesNoModal = cview.NewModal().
|
|||||||
SetTextColor(tcell.ColorWhite).
|
SetTextColor(tcell.ColorWhite).
|
||||||
AddButtons([]string{"Yes", "No"})
|
AddButtons([]string{"Yes", "No"})
|
||||||
|
|
||||||
// Channel to recieve yesNo answer on
|
// Channel to receive yesNo answer on
|
||||||
var yesNoCh = make(chan bool)
|
var yesNoCh = make(chan bool)
|
||||||
|
|
||||||
func modalInit() {
|
func modalInit() {
|
||||||
|
Loading…
Reference in New Issue
Block a user