Create clickable hyperlinks in terminal output and text
Write hyperlinks in the terminal.
hyperlinker$ hyperlinker 'Click here' 'https://example.com'$ echo $(hyperlinker 'GitHub' 'https://github.com')$ hyperlinker 'Python Docs' 'https://docs.python.org' && hyperlinker 'PyPI' 'https://pypi.org'