shithub: gemnine

ref: c2dacd29756de342a20be49414e0fdbce3af9a9d
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
```