Skip to content

Instantly share code, notes, and snippets.

View cristian-datu's full-sized avatar

Cristian Datu cristian-datu

View GitHub Profile
@cristian-datu
cristian-datu / ANSI-escape-sequences.md
Created October 11, 2025 13:54 — forked from ConnerWill/ANSI-escape-sequences.md
ANSI Escape Sequences cheatsheet

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

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

Keybase proof

I hereby claim:

  • I am cristian-datu on github.
  • I am cdatu (https://keybase.io/cdatu) on keybase.
  • I have a public key ASCGim1UKzGjwEexCell1h-EBBsWA0Q4TvJU9oEoh4BnxAo

To claim this, I am signing this object:

# EditorConfig is awesome: http://EditorConfig.org
# Widely Supported by Editors
# The values are case insensitive. They will be lowercased by the core library.
#
# Indentation Style
# indent_style = tab | space
#
# Indentation Size (in single-spaced characters)
# indent_size = integer
#
@cristian-datu
cristian-datu / .editorconfig
Created February 13, 2018 06:18
Editor Config Settings
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
end_of_line = crlf