All Projects → telephil9 → gopher

telephil9 / gopher

Licence: other
A gopher browser for plan9

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to gopher

lua9
lua interpreter with some plan9 library modules
Stars: ✭ 17 (-48.48%)
Mutual labels:  plan9, 9front
reinstead
RE:INSTEAD - Lightweight INSTEAD metaparser-only player
Stars: ✭ 15 (-54.55%)
Mutual labels:  plan9, 9front
gophersnake
Stand-alone Gopher client for modern desktops
Stars: ✭ 14 (-57.58%)
Mutual labels:  gopher-client, gopher
mq
message queue
Stars: ✭ 14 (-57.58%)
Mutual labels:  plan9, 9front
vdir
a visual directory browser for plan9
Stars: ✭ 66 (+100%)
Mutual labels:  plan9, 9front
barebones9
Barebones amd64 kernel built using 9front
Stars: ✭ 23 (-30.3%)
Mutual labels:  plan9, 9front
Night
Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
Stars: ✭ 10,058 (+30378.79%)
Mutual labels:  gopher
torgo
A UNIX-like Non-GNU command line toolkit
Stars: ✭ 44 (+33.33%)
Mutual labels:  plan9
Go42
《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区,通过研读标准库等经典代码设计模式,启发读者深刻理解Go语言的核心思维,进入Go语言开发的更高阶段。
Stars: ✭ 4,129 (+12412.12%)
Mutual labels:  gopher
cpu
cpu command in Go, inspired by the Plan 9 cpu command
Stars: ✭ 135 (+309.09%)
Mutual labels:  plan9
enhanced-plan9
google summer code
Stars: ✭ 13 (-60.61%)
Mutual labels:  plan9
go-sensor
🚀 Go Distributed Tracing & Metrics Sensor for Instana
Stars: ✭ 90 (+172.73%)
Mutual labels:  gopher
Algernon
🎩 Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support
Stars: ✭ 1,880 (+5596.97%)
Mutual labels:  gopher
Curl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features
Stars: ✭ 22,875 (+69218.18%)
Mutual labels:  gopher
91menu
A Plan9-inspired, mouse-oriented, graphical menu, which works with the standard input.
Stars: ✭ 15 (-54.55%)
Mutual labels:  plan9
waffle
Haskell Gopher Protocol TUI Client 🧇
Stars: ✭ 19 (-42.42%)
Mutual labels:  gopher-client
gopher
A simple server for the Gopher protocol written in Go.
Stars: ✭ 17 (-48.48%)
Mutual labels:  gopher
ghfs
9p GitHub filesystem written in Go for use with Plan 9/p9p
Stars: ✭ 66 (+100%)
Mutual labels:  plan9
htmlhost
hostHTML.live is downright the fastest way of hosting your single page HTML!
Stars: ✭ 21 (-36.36%)
Mutual labels:  gopher
Gophers
Free gophers
Stars: ✭ 2,542 (+7603.03%)
Mutual labels:  gopher

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]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].