cgo is a UNIX/Linux terminal based gopher client. It has no other dependencies than libc and some syscalls. It should run on every VT100 compatible terminal. To show media like images, music or webpages it relies on external programs you can specify.
cgo means more or less, the "c go"pher client. And c could stand for C (the programming language), colorful or console. You may choose one of the meanings or propose other :) (but please not crappy!)
Grab the source code, open cgo.c and adjust the external programs to your needs. You can also change the default gopherhole where cgo connects on startup without any parameters (e.g. you can tell cgo to connect directly to some Veronica search engine). And if you don't like the default colors, you're able to change them also here. If you're done with changing the defaults, just "make" the final binary.
In case you omit all parameters cgo will show you the default gopherhole specified in the source file.
When "surfing" in the gopherspace cgo only presents you with directory listings. Every selector is preceeded with two ascii chars, or three if we run out of selectors in the range 'aa', 'ab' ... 'zz'. By typing in these chars cgo will jump to the given selector. Every time you jump to another directory listing cgo generates a history entry (like every browser). To show other media cgo uses external programs to present it (e.g. less, display, mplayer, firefox). The following commands are understood by cgo:
[link] stands for the two (or three) colored letters in front of selectors.
cgo reads /etc/cgorc
and then $(HOME)/.cgorc
for defaults. If both
files are missing, hardcoded defaults will be used. Following configuration
keys are recognized by cgo:
start_uri
the gopher URI which is displayed at startcmd_text
command to show text filescmd_browser
command to HTML linkscmd_image
command to show imagescmd_player
command to play audio filescolor_prompt
ANSI color sequence for the promptcolor_selector
ANSI color sequence for selectorsverbose
If not "false" or "off" it will show messages like "downloading" / "executing" when downloading a selectorbookmarkN
configure bookmarksFeel free to use this small gopher client. I hope you'll find it as useful as I do. Send me comments or patches if you like. I would appreciate it.