k4m4 / url-cli

URL encode & decode a string, right from your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url-cli Build Status

URL encode & decode a string, right from your terminal.


Install

~ ❯❯❯ npm install -g url-cli

Usage

  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

License

MIT © Nikolaos Kamarinakis

About

URL encode & decode a string, right from your terminal.

License:MIT License


Languages

Language:JavaScript 100.0%