GitShow/sindresorhus/ansi-escapes
sindresorhus

ansi-escapes

ANSI escape codes for manipulating the terminal

by sindresorhus
Star on GitHubForknpm

JavaScript

553 stars54 forks18 contributorsQuiet · 6mo agoSince 2015v7.3.0MIT

Meet the team

See all 18 on GitHub →
sindresorhus
sindresorhus63 contributions
BendingBender
BendingBender3 contributions
aaronccasanova
aaronccasanova1 contribution
bartvanraaij
bartvanraaij1 contribution
carlpaten
carlpaten1 contribution
boneskull
boneskull1 contribution
coreyfarrell
coreyfarrell1 contribution
dextermb
dextermb1 contribution

Languages

View on GitHub →
JavaScript70.1%
TypeScript29.9%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

4 of 6 standards met

Community profile →
85
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
gameroman
ci: run tests on Node 22, 24, 26MergedPR
gameroman · 3mo ago
boneskull
More escapes! fun!ClosedIssue

iTerm supports many proprietary escapes, and it might be cool to implement more of them. There's also a bunch of "OSC" escapes which various terminals implement, though it's unclear to me if those escape codes are standardized in any way. It's seemingly non-trivial to get a list of which of these any given terminal supports... For example, OSC 9 seems to be "Growl notification" as implemented by iTerm, hterm, and probably others--but I'm going to wager that implementing terminal sniffing is better suited to higher-level modules (e.g., term-img-cli). If you're amenable to adding stuff, I'm curious: 1. if there's anything in particular you want to avoid, and 1. how one should go about testing any new additions Thanks!

boneskull · 9mo ago
axuj
use ansi based on windows versionMergedPR

vadimdemedes/ink#800 ANSI support was added after version 1511 https://en.wikipedia.org/wiki/ANSI_escape_code The internal code for 1511 is 10.0.10586 https://en.wikipedia.org/wiki/Windows_10,_version_1511

axuj · 9mo ago
Structured data for AI agents

Repository: sindresorhus/ansi-escapes. Description: ANSI escape codes for manipulating the terminal Stars: 553, Forks: 54. Primary language: JavaScript. Languages: JavaScript (70.1%), TypeScript (29.9%). License: MIT. Latest release: v7.3.0 (6mo ago). Open PRs: 0, open issues: 1. Last activity: 6mo ago. Community health: 85%. Top contributors: sindresorhus, BendingBender, aaronccasanova, bartvanraaij, carlpaten, boneskull, coreyfarrell, dextermb, forivall, eysi09 and others.

·@ofershap

Replace github.com with gitshow.dev