💾 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

View Raw

More Information

⬅️ Previous capture (2023-03-20)

🚧 View Differences

-=-=-=-=-=-=-

astro @ gmn.clttr.info

'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.

key features

non-features

colors

The actual colors used depend on your terminal palette:

list of commands

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

how to get

browse the source on gemini

browse source code on the bloated web

ArchLinux AUR package (for the upstream project)

build yourself

$ git clone https://git.clttr.info/astro.git
$ sudo make install

[home]