Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joechea-aupp/urlencode

Encode string to urlencoded
https://github.com/joechea-aupp/urlencode

command-line-tool linux urlencoded

Last synced: 8 days ago
JSON representation

Encode string to urlencoded

Awesome Lists containing this project

README

        

download executable file in the release page

usage
```bash
uc "hello world#"
# url encoded string: hello%20world%23
```

and it automatically copies the result to the clipboard.