My notes on how to use and configure various command-line tools as a set of text files.
Install this extension using the dotfiles
command.
$ ~/dotfiles --extension-man
$ reload
$ dman --help
Usage: dotfiles-man term1 [term2 term3 ...]
Options:
-a|--list-all
-r|--show-raw
-h|--help
$ dman -r versioning # Show it in the terminal
$ dman versioning # Show it in a browser
$ alias dman="./usr/bin/dotfiles-man"