Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 215 Bytes

File metadata and controls

16 lines (11 loc) · 215 Bytes

urlencode-cli

URL encoding (percent-encoding) CLI

Usage

$ urlencode foo/bar@baz
foo%2Fbar%40baz

$ urlencode foo/bar baz@qux
foo%2Fbar baz%40qux

$ urlencode "foo/bar baz@qux"
foo%2Fbar%20baz%40qux