| commit | 3b90aa4bf8a02ca2fd01b956b81bcb16f54159b9 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Aug 01 23:16:47 2025 -0700 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Aug 01 23:16:47 2025 -0700 |
| tree | 0abd60ea1cb32ae31fe95a76de5ea06f796874e6 | |
| parent | 90c38e1a1f41351746e580b0c32d4475f955a14b [diff] | |
| parent | 8c73426cd76c78993a75220463e9250e9071c8a1 [diff] |
Snap for 13873778 from 8c73426cd76c78993a75220463e9250e9071c8a1 to internal-android15-automotiveos-lts-release Change-Id: I5ab327437e5458d4f8ade48ce77fe8a128de24ba
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_decoratorxtreeptreeLicensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)