Crates.io | urlcode |
lib.rs | urlcode |
version | 0.1.0 |
source | src |
created_at | 2021-06-06 12:08:08.74195 |
updated_at | 2021-06-06 17:21:23.784146 |
description | Convinience tool for managing urls from the command line |
homepage | |
repository | https://github.com/gtsiam/urlcode |
max_upload_size | |
id | 406849 |
size | 10,301 |
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