diff options
Diffstat (limited to 'man/mdv.md')
| -rw-r--r-- | man/mdv.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/mdv.md b/man/mdv.md new file mode 100644 index 0000000..a9eb73f --- /dev/null +++ b/man/mdv.md @@ -0,0 +1,16 @@ +# mdv + +Markdown viewer which prints a markdown file in a pretty format. +This view is the result of mdv, because all manuals are written +in markdown. + +## Usage + +``` +$ ... | mdv +``` + +## Notice + +By design, **mdv** does only reads from stdin, so if you wish to view a file, +use **read** and pipe it into mdv |