diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 00:10:40 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 00:10:40 +0100 |
| commit | e9ab6b0a3ffcb69ed0868f9ec4b61e8f7ad36d85 (patch) | |
| tree | e99eddcf75128810e4afd988bf3ffacff8acf3e6 /man/mdv.md | |
| parent | 5b47adb57b11acb2318053d710d075d37f669f76 (diff) | |
add manuals
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 |