10 个版本
0.5.1 | 2024 年 7 月 25 日 |
---|---|
0.5.0 | 2024 年 7 月 9 日 |
0.4.1 | 2023 年 3 月 15 日 |
0.4.0 | 2022 年 4 月 7 日 |
0.2.3 | 2021 年 10 月 26 日 |
52 在 命令行界面 中
2,356,249 每月下载量
在 2,316 个 Crates (29 直接) 中使用
19KB
308 行
termtree
在命令行上可视化树形数据
示例
在 "examples" 目录下提供了一个示例程序,以模拟 tree(1)
linux 程序
$ cargo run --example tree target
Finished debug [unoptimized + debuginfo] target(s) in 0.0 secs
Running `target/debug/examples/tree target`
target
└── debug
├── .cargo-lock
├── .fingerprint
| └── termtree-21a5bdbd42e0b6da
| ├── dep-example-tree
| ├── dep-lib-termtree
| ├── example-tree
| ├── example-tree.json
| ├── lib-termtree
| └── lib-termtree.json
├── build
├── deps
| └── libtermtree.rlib
├── examples
| ├── tree
| └── tree.dSYM
| └── Contents
| ├── Info.plist
| └── Resources
| └── DWARF
| └── tree
├── libtermtree.rlib
└── native
相关 Crates
treeline
: termtree 从此分支而来。tree_decorator
xtree
ptree
许可证
MIT 许可证下许可 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)