What is OSC 8?
OSC 8 is the escape-sequence convention commonly used by modern terminal software to represent clickable hyperlinks in terminal output.
Background
Short answers for maintainers, terminal nerds, and suspicious users.
OSC 8 is the escape-sequence convention commonly used by modern terminal software to represent clickable hyperlinks in terminal output.
No. This project is a de facto convention for ecosystem adoption. It borrows the clarity of RFC-style writing without claiming ECMA, ISO, or IETF authority.
Auto-detection helps, but it cannot express user preference, accessibility needs, screen-reader issues, auditability, or environments where support exists but is hard to detect reliably.
The disable switch gives users a global kill switch. The force-enable switch helps in terminals or pass-through setups where OSC 8 support exists but tool heuristics are conservative.
The convention favors predictable user protection and explicit suppression when both variables are present, similar to the general expectation that a negative safety-style override should be easier to reason about.
Mostly the normative behavior is for emitters. Terminal-side software matters for compatibility, so the guidance asks emulators, multiplexers, and pagers to preserve, strip, or document behavior consistently.
It gives users and maintainers a common vocabulary for security review, accessibility, plain-text output, debugging, and support conversations across tools.
Add a short note to CLI help, docs, or changelogs stating that
hyperlink behavior honors NO_HYPERLINKS and FORCE_HYPERLINKS, and specify any local override flags.