Skip to content

[Feature Request] Modifiers support link. #99

Open
@13OnTheCode

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.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions