Skip to content

Instantly share code, notes, and snippets.

@leafOfTree
leafOfTree / ANSI.md
Created January 28, 2022 03:21 — 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
@leafOfTree
leafOfTree / 0_reuse_code.js
Created February 29, 2016 03:01
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console