clients.txt - gopher-tutorials - The gopher tutorials project. | |
git clone git://bitreich.org/gopher-tutorials/ git://enlrupgkhuxnvlhsf6lc3fziv5… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
clients.txt (2238B) | |
--- | |
1 Here is a list of gopher clients which we did not talk about in others | |
2 documents. | |
3 | |
4 Clic | |
5 ==== | |
6 | |
7 Clic is an open-source terminal gopher client. Its main features are: | |
8 | |
9 - navigation using numbers | |
10 - colorized menu items to distinguish types | |
11 - possible to browse only with the numeric pad with one hand | |
12 (disabled or injured people may appreciate) | |
13 - possible to load a local gophermap (with bookmarks for example) | |
14 | |
15 You can find more informations into its README. | |
16 | |
17 Project hosted at git://bitreich.org/clic | |
18 | |
19 | |
20 Cgo | |
21 === | |
22 | |
23 Cgo is an open-source terminal gopher client. Its main features are: | |
24 | |
25 - navigation using hinting (each link is a combination of letters to ent… | |
26 - colorized menu items to distringuish types | |
27 - possibility to configure it through a configuration file | |
28 - bookmarks | |
29 | |
30 | |
31 Gopher.el (emacs) | |
32 ================= | |
33 | |
34 Gopher.el is a gopher client which can be installed from emacs | |
35 packages with the name "gopher". It requires to be loaded in your | |
36 emacs init file or by evaluating (require 'gopher). | |
37 | |
38 You can invoke it by calling M-x gopher, you will be asked an | |
39 hostname, type floodgap.com and enter to go to floodgap.com. | |
40 | |
41 You can browse the menus with the following shortcuts: | |
42 | |
43 - Tab : next menu | |
44 - Shift+Tab : previous menu | |
45 - [ : previous link (not a menu) | |
46 - ] : next link | |
47 - B : display last buffer from history | |
48 - F : display next buffer from history | |
49 - r : reload the document | |
50 | |
51 Note : As of 31th January 2018, it doesn't seem to be possible to load | |
52 a gopher url more complex than the hostname. | |
53 | |
54 | |
55 RuGopher | |
56 ======== | |
57 | |
58 RuGopher is an open-source graphical gopher client written in Ruby. | |
59 | |
60 You can fetch the sources at the following GIT repository : | |
61 | |
62 https://github.com/Val6789/RuGopher.git | |
63 | |
64 | |
65 VF-1 | |
66 ==== | |
67 | |
68 VF-1 is an open source text-based gopher client written in Python 3, | |
69 which uses external programs to handle different item types. It also | |
70 sports some advanced navigation features, such as link extraction from | |
71 type 0 items, jumping to next/previous item in a menu without | |
72 returning to the menu, marking items with a single character (cf vim | |
73 marks) and queuing up items to visit in a FIFO list called a "tour". | |
74 | |
75 Souce is at: | |
76 | |
77 https://github.com/solderpunk/VF-1 | |
78 | |
79 VF-1 is also on PyPi so it can be installed with: | |
80 | |
81 pip3 install VF-1 |