Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
Encode string to urlencoded
- Host: GitHub
- URL: https://github.com/joechea-aupp/urlencode
- Owner: joechea-aupp
- Created: 2024-10-21T06:02:03.000Z (16 days ago)
- Default Branch: master
- Last Pushed: 2024-10-21T07:07:33.000Z (16 days ago)
- Last Synced: 2024-10-21T10:05:38.524Z (16 days ago)
- Topics: command-line-tool, linux, urlencoded
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.