Last 12 weeks · 2 commits
4 of 6 standards met
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!
Repository: sindresorhus/ansi-escapes. Description: ANSI escape codes for manipulating the terminal Stars: 541, Forks: 53. Primary language: JavaScript. Languages: JavaScript (70.1%), TypeScript (29.9%). License: MIT. Latest release: v7.3.0 (4w ago). Open PRs: 0, open issues: 1. Last activity: 4w ago. Community health: 85%. Top contributors: sindresorhus, BendingBender, aaronccasanova, bartvanraaij, carlpaten, boneskull, coreyfarrell, dextermb, forivall, eysi09 and others.