Skip to content

Instantly share code, notes, and snippets.

@cellularmitosis
Last active August 14, 2023 02:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Scheme man pages

Blog 2023/2/3

<- previous | index | next ->

Scheme man pages

The Schemedoc team has created a repository of man pages for Scheme functions.

Installation:

mkdir -p ~/github/schemedoc
cd ~/github/schemedoc
git clone git@github.com:schemedoc/manpages
echo 'export MANPATH=$(manpath):$HOME/github/schemedoc/manpages' >> ~/.bashrc
echo 'export MANPATH=$(manpath):$HOME/github/schemedoc/manpages' >> ~/.zshenv

Then just type e.g. man car

Screen Shot 2023-02-03 at 11 44 25 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment