10 releases
0.5.1 | Jul 25, 2024 |
---|---|
0.5.0 | Jul 9, 2024 |
0.4.1 | Mar 15, 2023 |
0.4.0 | Apr 7, 2022 |
0.2.3 | Oct 26, 2021 |
#81 in Command-line interface
2,707,198 downloads per month
Used in 2,484 crates
(33 directly)
19KB
308 lines
termtree
Visualize tree-like data on the command-line
Example
An example program is provided under the "examples" directory to mimic the tree(1)
linux program
$ 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
Related Crates
treeline
: termtree was forked from this.tree_decorator
xtree
ptree
License
Licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)