7 个版本
0.3.0 | 2024年4月25日 |
---|---|
0.2.2 | 2022年9月19日 |
0.1.2 | 2022年9月17日 |
#418 在 命令行工具
每月374次下载
8KB
132 代码行
rexturl
一个简单的工具,用于将 URL 分解为协议、主机、端口、路径和查询部分。
安装
cargo install rexturl
或者克隆源代码并运行 cargo build --release
来构建二进制文件。
使用方法
cat [FILE WITH URLS] | rexturl [OPTIONS]
rexturl --help
rexturl (c) 2022 by Volker Schwaberow <volker@schwaberow.de>
A simple tool to split urls in their protocol, host, port, path and query parts.
Usage: rexturl [options] [url]
Options:
--scheme print the scheme
--username print the username
--host print the host
--port print the port
--path print the path
--query print the query
--fragment print the fragment
--sort sort the output
--unique remove duplicates from the output
--json output in json format
--all print all parts
-h, --help print this help
贡献
如果您想为此项目做出贡献,请随时这样做。我很高兴接受拉取请求。任何帮助都受欢迎。如果您有任何问题,请随时联系我。
依赖项
~2.2–3MB
~82K SLoC