microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
23.17k stars 1.45k forks source link

Add OSC8 support for generating hyperlinks. #558

Open WSLUser opened 4 years ago

WSLUser commented 4 years ago

Description of the new feature/enhancement

Update https://github.com/microsoft/winget-cli/blob/master/src/AppInstallerCLICore/VTSupport.cpp to support hyperlinks that will become available to the console and Windows Terminal with https://github.com/microsoft/terminal/pull/7251

Helps with https://github.com/microsoft/winget-cli/issues/501.

Proposed technical implementation details (optional)

JohnMcPMS commented 4 years ago

Thanks for the pointer @WSLUser , this looks like a great thing to add.