Skip to content

Instantly share code, notes, and snippets.

View ms-jpq's full-sized avatar
πŸ’­
πŸ‡¨πŸ‡¦πŸπŸ„πŸπŸ‡¨πŸ‡¦

dogisgreat ms-jpq

πŸ’­
πŸ‡¨πŸ‡¦πŸπŸ„πŸπŸ‡¨πŸ‡¦
View GitHub Profile
@fnky
fnky / ANSI.md
Last active August 26, 2025 14:26
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@JMichaelTX
JMichaelTX / JXA Resources.md
Last active May 25, 2025 11:13
JavaScript for Automation (JXA) Resources

JXA Resources

Revised: 2019-11-28 16:16 GMT-6

JXA

This is a list of the key resources I have found useful. If you know of others, please post in a comment below, and I will add to this list.

I have tried to order this list in the order that, to me, is best for learning JXA from scratch. We all learn a bit diferently, so adjust to suit your style/needs. Please post if you have suggestions on learning JXA.