Skip to content

Instantly share code, notes, and snippets.

@achilleas-k
Last active November 29, 2024 11:24
Show Gist options
  • Save achilleas-k/73f6e480f62fa22bfb9eb1c175e387af to your computer and use it in GitHub Desktop.
Save achilleas-k/73f6e480f62fa22bfb9eb1c175e387af to your computer and use it in GitHub Desktop.
console-highlight
$ echo "if you set it to 'nothing', it's all white, which is fine I guess" > $outfile
$ cat $outfile
if you set it to 'nothing', it's all white, which is fine I guess
$ echo "if you set it to 'sh', you get script styling, and sometimes that'll look weird" > $outfile
$ cat $outfile
if you set it to 'sh', you get script styling, and sometimes that'll look weird
$ echo "if you set it to 'console', it's so much nicer" > $outfile
$ cat $outfile
if you set it to 'console', it's so much nicer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment