uenc

Crates.iouenc
lib.rsuenc
version0.1.2
sourcesrc
created_at2016-03-26 05:28:19.71426
updated_at2016-03-26 12:36:05.451895
descriptionCommand line url encoder/decoder
homepagehttps://github.com/kumabook/uenc
repositoryhttps://github.com/kumabook/uenc.git
max_upload_size
id4567
size9,373
Hiroki Kumamoto (kumabook)

documentation

README

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

cargo fmt