4 个版本 (破坏性更新)
0.4.0 | 2023年4月6日 |
---|---|
0.3.0 | 2021年11月24日 |
0.2.0 | 2021年10月26日 |
0.1.0 | 2021年10月25日 |
#2083 在 命令行工具
每月 24 次下载
11KB
225 代码行
rptree
用于生成目录树的命令行工具。
安装
cargoinstall rptree
用法
在命令行中输入 rptree - h
查看详细用法命令
Rp Tree 0.3.0
An useful tool for generating directory tree
USAGE:
rptree.exe [FLAGS] [OPTIONS] <ROOT_DIR>
FLAGS:
-d, --dir-only Only output dir
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --color <color> Prints color, only supports green, blue and red
-f, --filter <filter>... Exclude specific directories and their children from the tree
-o, --output <output> Prints to file
ARGS:
<ROOT_DIR> Root dir for generate directory tree
示例
rptree . --color red --filter target .git
在此示例中,'target' 目录和 '.git' 目录及其所有子目录都将从从当前目录构建的树中排除
参考
许可证
本项目采用 MIT 许可证(详细信息请参阅 LICENSE 文件)。
依赖
~3–13MB
~105K SLoC