#command-line #codec #url

app uenc

Command line url encoder/decoder

2 releases

Uses old Rust 2015

0.1.2 Mar 26, 2016
0.1.1 Mar 26, 2016

#351 in #url

MIT license

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
~65K SLoC