Skip to content

Instantly share code, notes, and snippets.

View iodar's full-sized avatar
🐳
just trying out github and having fun

iodar

🐳
just trying out github and having fun
  • Berlin, Germany
View GitHub Profile
@jonlabelle
jonlabelle / npm_version_cheatsheet.md
Last active March 5, 2026 04:31
npm version cheatsheet

npm version cheatsheet

npm uses Semantic Versioning.

MAJOR.MINOR.PATCH[-PRERELEASE][+BUILD]
Part Meaning
neofetch --off
@fnky
fnky / ANSI.md
Last active March 14, 2026 22:46
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

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