shithub: gemnine

ref: fde607e0baa42408694197787654ebcd4b69d6f4
dir: gemnine/README.md

View raw version
# gemnine

WIP.

Gemini browser for Plan 9.

WTH is Gemini??? See https://gemini.circumlunar.space/

As of now some basics are implemented to handle errors and print the
body to stdout, the plan is to add a separate GUI program to display
the pages in a better way.

## Installation

Clone the repo, `mk install`. Add a plumb rule to `$home/lib/plumbing`:

```
type	is	text
data	matches	'gemini://[^ ]+'
plumb	to	gemini
plumb	client	window gemnine -w $0
```