Create clickable hyperlinks in your terminal output.
Write hyperlinks in the terminal.
hyperlinker$ echo 'Visit https://example.com' | hyperlinker$ hyperlinker < file.txt$ grep 'http' logfile.log | hyperlinker$ hyperlinker --text 'Click here' https://example.com$ cat urls.txt | hyperlinker | less -R