A little utility for manipulating URLs
For those wondering what URL-encode means, try playing around with this online converter.
go get github.com/juicemia/url
go install github.com/juicemia/url
From command:
Usage:
url [command]
Available Commands:
encode URL-encode an input string
help Help about any command
Flags:
-h, --help help for url
When running this command:
url encode 'I like writing README examples & encoding strings'
url
will output I+like+writing+README+examples+%26+encoding+strings
fax: