This library provides terminal links for terminals that support them.
npm install termi-link
%E2%80%8B (Zero Width Space (ZWSP) character in Unicode, code point U+200B) to the start and end of the link in unsupported terminals, which makes links lead to 404 at least on Windows.
bash
npm install termi-link
`
Usage
`ts
import { terminalLink } from 'termi-link';
terminalLink('example.com', 'https://example.com');
terminalLink('example.com', 'https://example.com', { fallback: (_text, url) => ${url} });
``