An Offline-First browser for the smolnet
|
4 tahun lalu | |
---|---|---|
.gitignore | 5 tahun lalu | |
LICENSE | 4 tahun lalu | |
README.md | 4 tahun lalu | |
av98.py | 4 tahun lalu | |
setup.py | 4 tahun lalu |
AV-98 is an experimental client for the Gemini protocol. It is derived from the gopher client VF-1 by the same author. AV-98 is "experimental" in the sense that it may occasionally extend or deviate from the official Gemini specification for the purposes of, well, experimentation. Despite this, it is expected to be stable enough for regular daily use at the same time.
AV-98 has no "strict dependencies", i.e. it will run and work without anything else beyond the Python standard library. However, it will "opportunistically import" a few other libraries if they are available to offer an improved experience.
openssl
binary is availabletour
and mark
(as per VF-1)You use the go
command to visit a URL, e.g. go gemini.circumlunar.space
.
Links in Gemini documents are assigned numerical indices. Just type an index to follow that link.
If a Gemini document is too long to fit on your screen, use the less
command
to pipe it to the less
pager.
Use the help
command to learn about additional commands.