Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# URL encode script for encoding text

Syntax:

urlencode.sh

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 ([email protected])