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
- Host: GitHub
- URL: https://github.com/joechea-aupp/urlencode
- Owner: joechea-aupp
- Created: 2024-10-21T06:02:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-21T07:07:33.000Z (over 1 year ago)
- Last Synced: 2026-04-30T15:32:55.440Z (about 1 month ago)
- Topics: command-line-tool, linux, urlencoded
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- 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.