Skip to content

Instantly share code, notes, and snippets.

View 000m3's full-sized avatar
💭
I may be slow to respond.

000m3

💭
I may be slow to respond.
View GitHub Profile
@000m3
000m3 / bash-colors.md
Created February 8, 2025 18:37 — forked from JBlond/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
@000m3
000m3 / ANSI.md
Created May 10, 2024 13:37 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27