2 个稳定版本

1.1.0 2024年8月7日
1.0.0 2024年8月3日

#362 in 命令行工具

Download history 112/week @ 2024-07-29 137/week @ 2024-08-05

每月 249 次下载

MIT/Apache

7KB
97 代码行

Url

  • 简单的 URL 编码和解码程序

安装

cargoinstall url-cli-tool

  • 运行上述命令将在全局范围内安装 url-cli-tool 二进制文件。

用法

url[OPTIONS] [FILE]...

  • 您也可以将另一个命令的输出通过管道传入 url 以加密(解密)其输出

somecommand|url(-d)

参数

  [FILE]...  File to url-encode. The output will be saved to _<filename>\_encoded.txt_ or _<filename>\_decoded.txt_

选项

  -d, --decode           Decode mode
  -s, --string <STRING>  Url-encode a string instead of a file (cannot be used together with the [FILE] argument). Output will be written to stdout
  -h, --help             Print help
  -V, --version          Print version

url 1.1.0

依赖项

~1.3–2MB
~36K SLoC