pkgs/tools/misc/urlencode/default.nix
0 → 100644
+24
−0
Loading
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".