nickgiardina / gopher.el

a gopher interface for emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About gopher.el

gopher.el is an Emacs mode to browse Gopher.

Features

  • GIF and auto-detected image support.
  • Quick navigation.
  • Gopher search.

Keys

ChordMeaning
<60>
M-x gopherEnter Gopher, and provide an address to browse to.
ENTEROpen the link at the cursor’s position, or choose the search to enter a query into.
TABMove to the next directory listing link.
M-TABMove to the previous directory listing link.
]Move to the next text file link.
[Move to the previous text file link.
uNavigate to the parent of the current address.
rReload the current address.
BNavigate backwards through the history
FNavigate forward through the history

Miscellaneous

It includes a function, w3m-open-this-url-in-gopher, which you may use to open Gopher links in w3m.

Contributing

The source code may be forked, and issues may be filed, by visiting gopher.el’s GitHub page.

About

a gopher interface for emacs


Languages

Language:Emacs Lisp 100.0%