Add gopher.el and RuGopher git - gopher-tutorials - The gopher tutorials project. HTML git clone git://bitreich.org/gopher-tutorials/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/gopher-tutorials/ DIR Log DIR Files DIR Refs DIR Tags --- DIR commit 75149857a38d25d6a7adb37578b639280c793a1a DIR parent 731cd954701fd2f48471748bfc642b571ec78594 HTML Author: Solene Rapenne <solene@perso.pw> Date: Wed, 31 Jan 2018 20:40:43 +0100 Add gopher.el and RuGopher git Diffstat: M clients.txt | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) --- DIR diff --git a/clients.txt b/clients.txt @@ -17,7 +17,35 @@ You can find more informations into its README. Project hosted at git://bitreich.org/clic +Gopher.el (emacs) +================= + +Gopher.el is a gopher client which can be installed from emacs +packages with the name "gopher". It requires to be loaded in your +emacs init file or by evaluating (require 'gopher). + +You can invoke it by calling M-x gopher, you will be asked an +hostname, type floodgap.com and enter to go to floodgap.com. + +You can browse the menus with the following shortcuts : + +- Tab : next menu +- Shift+Tab : previous menu +- [ : previous link (not a menu) +- ] : next link +- B : display last buffer from history +- F : display next buffer from history +- r : reload the document + +Note : As of 31th January 2018, it doesn't seem to be possible to load +a gopher url other than the hostname only. + + RuGopher ======== -RuGopher is an open-source graphical gopher client. +RuGopher is an open-source graphical gopher client written in Ruby. + +You can fetch the sources at the following GIT repository : + + https://github.com/Val6789/RuGopher.git