3个版本
0.1.2 | 2021年5月1日 |
---|---|
0.1.1 | 2021年5月1日 |
0.1.0 | 2021年5月1日 |
在#summary中排名第20
11KB
228 行
dirsum
获取指定目录的格式化摘要。
安装
cargo install dirsum
关于如何安装cargo:curl https://sh.rustup.rs -sSf | sh
用法
# print summary
dirsum -p <path to directory>
# print with json format
dirsum -j -p <path to directory>
帮助
Get formatted summary for specified directory.
USAGE:
dirsum [FLAGS] --path <path>
FLAGS:
-h, --help Prints help information
-j, --json Print with json format
-V, --version Prints version information
OPTIONS:
-p, --path <path> Path to a directory
许可证
MIT
依赖项
约2–3.5MB
约52K SLoC