Skip to content

Instantly share code, notes, and snippets.

View eendroroy's full-sized avatar
🐢
May respond with delay!

eendroroy eendroroy

🐢
May respond with delay!
View GitHub Profile
@cboisen
cboisen / postman.desktop
Last active March 1, 2026 15:06
Postman desktop entry
[Desktop Entry]
Categories=Development;
Comment=Supercharge your API workflow
Exec="/home/hauthorn/Programs/Postman/Postman"
Icon=/home/hauthorn/Programs/Postman/app/resources/app/assets/icon.png
Name=Postman
Terminal=false
Type=Application
Version=1.0
@fnky
fnky / ANSI.md
Last active May 30, 2026 06:47
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

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