Skip to content

Instantly share code, notes, and snippets.

@plembo
Created April 17, 2018 00:58
Show Gist options
  • Save plembo/f10a7f7fb757117a2a212c76d425c267 to your computer and use it in GitHub Desktop.
Save plembo/f10a7f7fb757117a2a212c76d425c267 to your computer and use it in GitHub Desktop.
Read markdown at the command line

Read markdown on the command line

Neat trick I found in this Stack comment by @barry-staes:

pandoc README.md | lynx -stdin

Finally, a reason to start installing lynx on all my machines again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment