Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k4m4/url-cli
URL encode & decode a string, right from your terminal.
https://github.com/k4m4/url-cli
cli decoding encoding uri url url-decoder url-encoder
Last synced: 3 days ago
JSON representation
URL encode & decode a string, right from your terminal.
- Host: GitHub
- URL: https://github.com/k4m4/url-cli
- Owner: k4m4
- License: mit
- Created: 2018-04-06T16:25:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:14:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T11:14:51.303Z (about 1 month ago)
- Topics: cli, decoding, encoding, uri, url, url-decoder, url-encoder
- Language: JavaScript
- Size: 598 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# url-cli [![Build Status](https://travis-ci.org/k4m4/url-cli.svg?branch=master)](https://travis-ci.org/k4m4/url-cli)
> 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](https://nikolaskama.me)