| Crates.io | uenc |
| lib.rs | uenc |
| version | 0.1.2 |
| created_at | 2016-03-26 05:28:19.71426+00 |
| updated_at | 2016-03-26 12:36:05.451895+00 |
| description | Command line url encoder/decoder |
| homepage | https://github.com/kumabook/uenc |
| repository | https://github.com/kumabook/uenc.git |
| max_upload_size | |
| id | 4567 |
| size | 9,373 |
Simple command line url encoder/decoder.
With rust and cargo already installed:
$ cargo install https://github.com/kumabook/uenc.git
$ uenc tag/global.must
=> tag%2Fglobal.must
$ udec `uenc tag/global.must`
=> tag/global.must
To be interactive, use -n options that keeps newline:
$ uenc -n
tag/global.must
=> tag%2Fglobal.must