Skip to content

Instantly share code, notes, and snippets.

@cellularmitosis
Last active August 14, 2023 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cellularmitosis/3d419277c856d4eb1faf3221f715c5b1 to your computer and use it in GitHub Desktop.
Save cellularmitosis/3d419277c856d4eb1faf3221f715c5b1 to your computer and use it in GitHub Desktop.
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