Skip to content

Instantly share code, notes, and snippets.

@rbanffy
Created May 21, 2019 10:00
Show Gist options
  • Save rbanffy/b68f586fcd1e90de4c425eb56c601481 to your computer and use it in GitHub Desktop.
Save rbanffy/b68f586fcd1e90de4c425eb56c601481 to your computer and use it in GitHub Desktop.
Terminal exercises
# Simple exercise for testing terminal support for some text styles
python -c "print '\x1b[4munderline\x1b[0m \x1b[3mitalic\x1b[0m \x1b[1mbold\x1b[0m \x1b[53moverline\x1b[0m normal'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment