2 releases
Uses old Rust 2015
0.1.2 | Mar 26, 2016 |
---|---|
0.1.1 | Mar 26, 2016 |
#448 in #url
4KB
86 lines
uenc/udec
Simple command line url encoder/decoder.
Installation
With rust and cargo already installed:
$ cargo install https://github.com/kumabook/uenc.git
Usage
$ 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
Dependencies
~2.5MB
~66K SLoC