Skip to content
/ url-cli Public

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

License

Notifications You must be signed in to change notification settings

k4m4/url-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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