commit | 27b463579c34222743efe80ccfa42641ca712c87 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Feb 15 00:14:53 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Feb 15 00:14:53 2024 +0000 |
tree | 82fc1dfb441e502273e5ff97a38cbd4924c7f035 | |
parent | b6ce457cf5e53115f8eba5e7b1af2ec84a4d65a3 [diff] | |
parent | 7840941e1a0846850f6ba15416bcc38854c85d8f [diff] |
Snap for 11449429 from 7840941e1a0846850f6ba15416bcc38854c85d8f to 24D1-release Change-Id: Iecab892be70469d27f8d5b49221a000fccfe996d
Visualize tree-like data on the command-line
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
treeline
: termtree was forked from this.tree_decorator
xtree
ptree
Licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)