💾 Archived View for gmn.clttr.info › en › astro.gmi captured on 2023-06-14 at 13:58:48. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-03-20)
-=-=-=-=-=-=-
'astro' is a gemini client for your terminal. It only requires a POSIX shell, coreutils and OpenSSL.
screenshot of 'astro' (png, 50 kB)
astro strongly relies on the power of the (POSIX) shell and coreutils like 'less', 'sed' and the like. For TLS encrypted communication OpenSSL is used.
It has been created by B.L. Mayer
My fork's only addition is link numbering on page rendering.
The actual colors used depend on your terminal palette:
q quit g go to a link r reload current page b go back one page u jump one path segment up o open an address s save current page H go to homepage m add bookmark M go to a bookmark K remove bookmark for current url
browse source code on the bloated web
ArchLinux AUR package (for the upstream project)
$ git clone https://git.clttr.info/astro.git $ sudo make install