aboutsummaryrefslogtreecommitdiff
path: root/man/mdv.md
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-02-10 00:10:40 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-02-10 00:10:40 +0100
commite9ab6b0a3ffcb69ed0868f9ec4b61e8f7ad36d85 (patch)
treee99eddcf75128810e4afd988bf3ffacff8acf3e6 /man/mdv.md
parent5b47adb57b11acb2318053d710d075d37f669f76 (diff)
add manuals
Diffstat (limited to 'man/mdv.md')
-rw-r--r--man/mdv.md16
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