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

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

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

command-line-tool linux urlencoded

Last synced: about 1 month 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.