Skip to content

Instantly share code, notes, and snippets.

@synaptiko
Last active January 7, 2016 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save synaptiko/3db8eab0442a0354269f to your computer and use it in GitHub Desktop.
Save synaptiko/3db8eab0442a0354269f to your computer and use it in GitHub Desktop.
echo -e "\e[8;32mI'm hidden!\e[0m"
node
> console.log('\033[8;32mI'm hidden!\033[0m')
rust
println!("\x1B[8;32mI'm hidden!\x1B[0m");
// documentation here: http://ascii-table.com/ansi-escape-sequences.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment