Created
July 19, 2017 17:36
-
-
Save hvmonteiro/c1a5363bcc97c00608da720c8895e3f6 to your computer and use it in GitHub Desktop.
markdown viewer in linux command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function mdview { | |
markdown "$1" | lynx -stdin | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment