Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anpep/urlencode

urlencode URL-encodes
https://github.com/anpep/urlencode

Last synced: 19 days ago
JSON representation

urlencode URL-encodes

Awesome Lists containing this project

README

        

# urlencode

`urlencode` URL-encodes.

## Usage
```
$ echo "Hello, world!" | urlencode
Hello%2C%20world%21
```