/mantra

CLI for live preview of mandoc manual pages for documentation contributors.

Primary LanguageShellOtherNOASSERTION

Mantra

Mantra is a CLI for previewing mandoc manual pages with live auto-reload in a pager.

Installation

Dependencies:

  • entr (for watching file changes)
  • less (Less is the only supported pager at the moment)
  • tmux (for scripting pager interactions)
make all
PREFIX=/usr/local make install

Usage

mantra style.9

License

BSD 2-Clause "Simplified" License