urlcode

Crates.iourlcode
lib.rsurlcode
version0.1.0
sourcesrc
created_at2021-06-06 12:08:08.74195
updated_at2021-06-06 17:21:23.784146
descriptionConvinience tool for managing urls from the command line
homepage
repositoryhttps://github.com/gtsiam/urlcode
max_upload_size
id406849
size10,301
(gtsiam)

documentation

README

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
Commit count: 4

cargo fmt