mskelton / url

Parse URLs from a string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url

Parse URLs from a string.

Installation

You can install url by running the install script which will download the latest release.

curl -LSfs https://go.mskelton.dev/url/install | sh

Or you can build from source.

git clone git@github.com:mskelton/url.git
cd url
go install .

Usage

echo 'This is https://foo.com url' | url

About

Parse URLs from a string.

License:ISC License


Languages

Language:Shell 73.1%Language:Go 26.9%