Urlencode.sh
URL encode: shell function and command line script
Install / Use
/learn @SixArm/Urlencode.shREADME
URL encode script for encoding text
Syntax:
urlencode.sh <string>
Example:
$ urlencode.sh "foo bar"
foo%20bar
This 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 (joel@joelparkerhenderson.com)
