Skip to content

Instantly share code, notes, and snippets.

@thibthibaut
Created April 1, 2021 12:35
Show Gist options
  • Save thibthibaut/3eb49342af319d07b16c545469edc008 to your computer and use it in GitHub Desktop.
Save thibthibaut/3eb49342af319d07b16c545469edc008 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
pandoc -thtml < "$1" | elinks -dump -dump-color-mode 1 | less -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment