Skip to content

yassh/urlencode-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published