#command-line #url #tool #convinience

app urlcode

Convinience tool for managing urls from the command line

1 unstable release

0.1.0 Jun 6, 2021
0.0.0 Jun 6, 2021

#289 in #url

28 downloads per month

MIT license

5KB

Url coding utility

This is a convinience tool for managing urls from the command line, inspired by the base* family of tools from coreutils.

Examples:

$ echo -ne "hello there/ asd23@#%23" | urlcode
hello%20there%2F%20asd23%40%23%2523
$ echo -ne "hello%20there%2F%20asd23%40%23%2523" | urlcode -d
hello there/ asd23@#%23

Dependencies

~2.5MB
~48K SLoC