redt1de / urlencode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

urlencode

(en|de)code urls from the CLI

Installation

go get github.com/redt1de/urlencode

Usage

Pipe into the tool with no options to encode, for decoding, add -d.

~$ echo "test!" | urlencode
test%21
~$ echo "test%21" | urlencode -d
test!

About


Languages

Language:Go 100.0%