Yet-another Gemini reader
git clone https://github.com/shrmpy/gmi
cd gmi && go build -o test cmd/term/*.go
./test -json config.json -log debug.log
cd gmi
docker build -t bc .
docker run -ti --rm --entrypoint sh -v $PWD:/opt/test bc
cp -R /opt/test/cmd/mobile/*.go cmd/mobile/
go build -o test cmd/mobile/*.go
cp test /opt/test/testmo
exit
./testmo
# ub server includes a empty lxd?
sudo snap remove --purge lxd
# reinstall lxd
sudo snap install lxd
sudo lxd init --auto
sudo usermod -a -G lxd ${USER}
# view config
lxc version
lxc profile show default
lxc storage show default
echo 'export SNAPCRAFT_BUILD_ENVIRONMENT=lxd' >> ~/.profile
sudo reboot
# retrieve YAML
git clone https://github.com/shrmpy/gmi.git
cd gmi
# make snap
snapcraft
# local install
sudo snap install gmird_0.0.24_arm64.snap --dangerous
# start reader
gmird.mobile
Font Renderer by tinne26 (LICENSE)
Golang Gemini Demo by Solderpunk (LICENSE)
min Gemini browser by Adrian Hesketh (LICENSE)
Tcell by Garrett D'Amore (LICENSE)
Ebitengine by Hajime Hoshi (LICENSE)
Lexical Scanning in Go by Rob Pike template source (LICENSE)