URL encode & decode a string, right from your terminal.
~ ❯❯❯ npm install -g url-cli
URL encode & decode a string, right from your terminal.
Usage
~ ❯❯❯ url [string]
~ ❯❯❯ echo [string] | url
Options
-d, --decode Decode URL encoded string
-p, --plain Display output without log symbols
Examples
~ ❯❯❯ url "just 4n0ther URL enc0d3d $tr1ng"
✔ just%204n0ther%20URL%20enc0d3d
~ ❯❯❯ url -d url%E2%80%93encoded%20string
✔ url–encoded string
MIT © Nikolaos Kamarinakis