urlview

Extract and launch URLs from text files or stdin

brewmacoslinux
Try with needOr install directly
Source

About

URL extractor/launcher

Commands

urlview

Examples

Extract URLs from an email or text file interactively$ urlview < email.txt
Pipe command output to urlview to extract and open URLs$ cat webpage.html | urlview
Extract URLs from clipboard content$ pbpaste | urlview