Skip to content

Instantly share code, notes, and snippets.

.
├── cmd
│   ├── cli
│   └── web
├── internal
│   ├── database
│   ├── request
│   ├── response
│   ├── templatefuncs
│   ├── validator
@fnky
fnky / ANSI.md
Last active October 28, 2025 09:25
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@nateklaiber
nateklaiber / design.md
Last active July 27, 2025 04:17
API Client Design