Skip to content

Instantly share code, notes, and snippets.

View evjf's full-sized avatar
:dependabot:
being a machine

Eval GIF evjf

:dependabot:
being a machine
View GitHub Profile
@fnky
fnky / ANSI.md
Last active November 24, 2025 19:34
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@JBlond
JBlond / bash-colors.md
Last active November 25, 2025 22:57 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple