Terminal markdown viewer.
Based on github.com/willmcgugan/rich.
$ mdo examples/README.md
With pipx
$ pipx install mdo
With pip
:
$ pip install mdo
$ mdo FILE
# E.g: mdo README.md
$ mdo --help
Usage: mdo [FILE_PATH] [OPTIONS]
Options:
-w, --width TEXT Width of text. Default: 130. 'full' for full screen
--no-pager Print to terminal. Don't use a pager (e.g 'less')
-h, --help Show this message and exit.