ref: c6d36e11722d0f4586494886de092dc6ee368915
dir: /README.md/
# gemnine WIP. Gemini browser for Plan 9. WTH is Gemini??? See https://gemini.circumlunar.space/ ## Progress All the basic stuff seem 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`: ``` type is text data matches 'gemini://[^ ]+' plumb to gemini plumb client window gemnine -w $0 ```