Commit graph

2 commits

Author SHA1 Message Date
h7x4 41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Victor Engmark 5efaf495d0 urlencode: init at 1.0.1
A CLI utility for URL-encoding and -decoding strings.

Input is either string arguments or stdin. That is,
`urlencode 'foo bar'` prints the same as
`echo 'foo bar' | urlencode`, that is, "foo%20bar".
2023-09-18 08:09:26 +02:00