thomd / mad

mad(1) is a markdown manual page viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mad(1)

mad(1) is a markdown driven manual page viewer.

Usage

See

mad --help

Get markdown rules for mad pages with mad markdown. Escape asterisks *, underscores _ and tags <tag> with a backslash \.

Installation

Install mad(1) and its associated mad page.

$ make install

Uninstall both mad(1) and the associated mad page.

$ make uninstall

Page repository

mad-pages is a collection of my mad pages.

Page lookup

Use the MAD_PATH environment variable to control where mad(1) will look for a manual page.

Configuration

By default mad(1) installs and sources /usr/local/etc/mad.conf for its formatting. You may edit this file directly, or if you're scared of overwriting it when updating mad(1) you can copy this file to something like ~/mad.conf and export MAD_CONFIG=~/mad.conf.

heading: 1m
code: 90m
strong: 1m
em: 4m

About

mad(1) is a markdown manual page viewer


Languages

Language:Shell 89.7%Language:Makefile 10.3%