hyperlinker

Create clickable hyperlinks in terminal output and text

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Write hyperlinks in the terminal.

Commands

hyperlinker

Examples

Create a hyperlink to a website$ hyperlinker 'Click here' 'https://example.com'
Generate a hyperlink with custom text in terminal output$ echo $(hyperlinker 'GitHub' 'https://github.com')
Create multiple hyperlinks in a document$ hyperlinker 'Python Docs' 'https://docs.python.org' && hyperlinker 'PyPI' 'https://pypi.org'