Is there a self-hosted project that does url decoding in a privacy respecting fashion?
bitwolf @ bitwolf @sh.itjust.works Posts 1Comments 656Joined 10 mo. ago
bitwolf @ bitwolf @sh.itjust.works
Posts
1
Comments
656
Joined
10 mo. ago
You may want to use
-n
to skip the newline and the end.You may also want to single quote the text to negate expansion when doing the opposite and encoding the text.
echo -n 'my text' | base64