juicemia / url

A URL utility for the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url

A little utility for manipulating URLs

For those wondering what URL-encode means, try playing around with this online converter.

Install

go get github.com/juicemia/url
go install github.com/juicemia/url

Usage

From command:

Usage:
  url [command]

  Available Commands:
    encode      URL-encode an input string
      help        Help about any command

      Flags:
        -h, --help   help for url

Example

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:

About

A URL utility for the command line.

License:Apache License 2.0


Languages

Language:Go 100.0%