~ft/gemnine

Gemini browser for Plan 9
456b7098 — Sigrid Solveig Haflínudóttir 3 years ago
dump raw to stdout if not /dev/cons
11e93db7 — Sigrid Solveig Haflínudóttir 3 years ago
do not print url description if it is the same as the url itself
a194837a — Sigrid Solveig Haflínudóttir 4 years ago
OCEXEC, open page in the same window

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~ft/gemnine
read/write
git@git.sr.ht:~ft/gemnine

You can also use your local clone with git send-email.

#gemnine

WIP.

Gemini browser for Plan 9.

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

#Progress

All the basic stuff seems to work.

Server certificate thumbprints are not stored or validated yet.

INPUT (textual user input) is handled with "hold" mode on.

The plan is to add a separate GUI program to display the pages in a better way, and perhaps turn the current implementation into a filesystem like webfs.

#Installation

Clone the repo, mk install. Add a plumb rule to $home/lib/plumbing right before include basic line:

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

Then update the current rules:

cp $home/lib/plumbing /mnt/plumb/rules

While browsing, one might want to have a separate window with all the links followed:

while(){ syscall -o read 0 buf 512 </mnt/plumb/gemini >[2]/dev/null | tail -1 }