terminal_markdown_viewer
terminal_markdown_viewer copied to clipboard
Read from stdin
Allowing mdv to read from stdin when no file is provided would allow users to pipe markdown text in a more intuitive fashion.
You actually can do this already. An example cat README | mdv - Essentially you need to add - after mdv.
yes I'm aware that it can be done in that way. What I'm asking is that mdv should default to stdin when no file is provided, much like other programs such as awk, grep, less, ...