plan9fox/README.md
xfnw 856abd2f7d Squashed 'sys/src/cmd/gopher/' content from commit 3680728b6
git-subtree-dir: sys/src/cmd/gopher
git-subtree-split: 3680728b631ed65201b397f4ae3e5d1b03be42f9
2022-07-01 15:46:23 -04:00

26 lines
656 B
Markdown

gopher
=======
A mostly functional gopher browser for plan9.
![gopher](gopher.png)
Most gopher item types are handled:
- Text and submenu items are displayed within the browser
- Images and documents are opened through page(1)
- HTML items are sent to the plumber(4)
- Binary items (bin, dos, uuencoded files and sound) are downloaded to disk
- Other types are not handled (e.g. telnet)
Following keyboard shortcuts are available:
- b: previous page in history
- n: next page in history
- q: quit
This has not been thoroughly tested so many bugs are just waiting to be found.
Usage:
------
Install with ``mk install``
Run with ``gopher [address]``