fork of 9front i guess
Find a file
xfnw b6162db44d Squashed 'sys/src/cmd/gopher/' changes from 3680728b6..d2dd69c31
d2dd69c31 rendermenu: discard invalid lines

git-subtree-dir: sys/src/cmd/gopher
git-subtree-split: d2dd69c31884b642d5efc11cf1b95b677243d4bd
2022-07-03 11:36:59 -04:00
libpanel Squashed 'sys/src/cmd/gopher/' content from commit 3680728b6 2022-07-01 15:46:23 -04:00
dat.h Squashed 'sys/src/cmd/gopher/' content from commit 3680728b6 2022-07-01 15:46:23 -04:00
gopher.c Squashed 'sys/src/cmd/gopher/' changes from 3680728b6..d2dd69c31 2022-07-03 11:36:59 -04:00
gopher.png Squashed 'sys/src/cmd/gopher/' content from commit 3680728b6 2022-07-01 15:46:23 -04:00
icons.h Squashed 'sys/src/cmd/gopher/' content from commit 3680728b6 2022-07-01 15:46:23 -04:00
mkfile Squashed 'sys/src/cmd/gopher/' content from commit 3680728b6 2022-07-01 15:46:23 -04:00
README.md Squashed 'sys/src/cmd/gopher/' content from commit 3680728b6 2022-07-01 15:46:23 -04:00

gopher

A mostly functional gopher browser for plan9.

gopher

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]