2 个版本
使用旧的 Rust 2015
0.1.2 | 2016年3月26日 |
---|---|
0.1.1 | 2016年3月26日 |
#448 在 #url
4KB
86 行
uenc/udec
简单的命令行 URL 编码/解码器。
安装
已安装 rust 和 cargo
$ cargo install https://github.com/kumabook/uenc.git
使用方法
$ uenc tag/global.must
=> tag%2Fglobal.must
$ udec `uenc tag/global.must`
=> tag/global.must
要交互式使用,请使用 -n
选项以保留换行符
$ uenc -n
tag/global.must
=> tag%2Fglobal.must
依赖关系
~2.5MB
~66K SLoC