Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixarm/urlencode.sh
URL encode: shell function and command line script
https://github.com/sixarm/urlencode.sh
encode script shell url
Last synced: about 1 month ago
JSON representation
URL encode: shell function and command line script
- Host: GitHub
- URL: https://github.com/sixarm/urlencode.sh
- Owner: SixArm
- Created: 2016-09-13T02:26:58.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:31:01.000Z (over 1 year ago)
- Last Synced: 2024-04-14T20:42:07.712Z (9 months ago)
- Topics: encode, script, shell, url
- Language: Shell
- Size: 3.91 KB
- Stars: 12
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# URL encode script for encoding text
Syntax:
urlencode.sh
Example:
$ urlencode.sh "foo bar"
foo%20barThis implementation uses just the shell,
with no extra dependencies or languages.Credit:
* https://gist.github.com/cdown/1163649
Links:
* https://github.com/sixarm/urlencode.sh
* https://github.com/sixarm/urldecode.sh## Tracking
* Command: urlencode.sh
* Version: 1.0.0
* Created: 2016-09-12
* Updated: 2016-09-12
* License: MIT
* Contact: Joel Parker Henderson ([email protected])