Skip to content

Instantly share code, notes, and snippets.

View chmouel's full-sized avatar
🚀

Chmouel Boudjnah chmouel

🚀
View GitHub Profile

Title Implement GraphQL batch fetching for .tekton files

Type Feature

Description Introduce support for fetching multiple .tekton directory files using the GitHub GraphQL API instead of individual REST API calls. This change enables batching of file retrieval into a single request, reducing API usage and improving performance.

@fnky
fnky / ANSI.md
Last active July 2, 2026 23:17
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

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