Python based CLI tool to agressively url-encode strings, rather than just encoding non-url characters this tool will encode every character in the URL.
Firstly make a function in your .bash_profile
to call the script
function url-encode()
{
python ~//url_encode.py $@