Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 542 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 542 Bytes

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