New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

url-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url-cli

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

latest
Source
npmnpm
Version
1.1.6
Version published
Weekly downloads
10
150%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

url

FAQs

Package last updated on 04 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts