Open
Description
const linkUrl = "https://www.example.com";
const linkText = "Visit Example Website";
const linkOutput = `\u001b]8;;${linkUrl}\u0007${linkText}\u001b]8;;\u0007`;
console.log(linkOutput);
In order to output linked text in the terminal, I have to do it this way. It would be great if colorette natively supported the link modifier.