Skip to content

Payphone/McGopher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

McGopher

McGopher is a Gopher client written in Common Lisp using the McCLIM toolkit. It is currently only available on platforms that support running an X server, as McCLIM currently relies on CLX as its primary backend.

Running

Assuming you have Quicklisp installed clone the repository into your quicklisp folder.

cd ~/quicklisp/local-projects/
git clone https://github.com/Payphone/McGopher

Then from your lisp implementation run

(ql:quickload :mcgopher)
(mcgopher:main)

Configuring

Inside the src folder there is a file named config.lisp, this is used to configure keybindings, colors, and other various settings. Change these as you like, then reload McGopher.

Screenshots

McGopher

About

A gopher client using the McCLIM toolkit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published