hyperlinker

Create clickable hyperlinks in your terminal output.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Write hyperlinks in the terminal.

Commands

hyperlinker

Examples

make a URL clickable in terminal output$ echo 'Visit https://example.com' | hyperlinker
convert plain text links to clickable format$ hyperlinker < file.txt
pipe command output with links to make them clickable$ grep 'http' logfile.log | hyperlinker
create clickable link with custom display text$ hyperlinker --text 'Click here' https://example.com
enable hyperlinks in terminal output for development$ cat urls.txt | hyperlinker | less -R