URI encoding for lazy people
338
Docker image to encode arbitrary strings. For lazy people.
Usage:
$ docker run --rm mirceaulinic/uri-encode Hellö Wörld@Python
Hell%C3%B6 W%C3%B6rld%40Python
Or define an alias, e.g.,
function uri-encode(){
docker run --rm mirceaulinic/uri-encode $@
}
And use:
$ uri-encode Hellö Wörld@Python
Content type
Image
Digest
Size
28.1 MB
Last updated
about 7 years ago
docker pull mirceaulinic/uri-encode