Skip to content

Instantly share code, notes, and snippets.

@hyphenrf
Created March 2, 2022 10:37
Show Gist options
  • Save hyphenrf/9454e0e2942dc8f40dd1b4b9b8f91f93 to your computer and use it in GitHub Desktop.
Save hyphenrf/9454e0e2942dc8f40dd1b4b9b8f91f93 to your computer and use it in GitHub Desktop.
#!/usr/bin/es
tests = (
\e[1mbold\e[0m
\e[2mdimmed\e[0m
\e[3mitalic\e[0m
\e[4munderlined\e[0m
\e[5mslowblink\e[0m
\e[6mrapidblink\e[0m
\e[7minverted\e[0m
\e[9mstrikethrough\e[0m
\e[51mframed\e[0m
\e[52mencircled\e[0m
\e[53moverlined\e[0m
concealed:\(\e[8mconcealed\e[0m\)
)
echo $tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment