Skip to content

eyalev/mdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdo

Terminal markdown viewer.

Based on github.com/willmcgugan/rich.

Example

$ mdo examples/README.md

mdo

Install

With pipx

$ pipx install mdo

With pip:

$ pip install mdo

Usage

$ mdo FILE

# E.g: mdo README.md

Help Output

$ 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.

Releases

No releases published

Packages

No packages published

Languages