| tag | b79d530832c072e15466db992f1b0338d15dcfa2 | |
|---|---|---|
| tagger | The Android Open Source Project <initial-contribution@android.com> | Tue Nov 04 23:22:16 2025 +0000 |
| object | 376ea4a495831f8136e272db4cb0e7de9c80fb4b |
Android CTS 15.0 Release 6 (14286096)
| commit | 376ea4a495831f8136e272db4cb0e7de9c80fb4b | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Sep 12 19:42:35 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Sep 12 19:42:35 2024 +0000 |
| tree | 53161974f7ac36b0e456b22abb220b2f4d24c2b8 | |
| parent | f83bc07e98964ee4cab10ae16b17ab103cf1b942 [diff] | |
| parent | ec733ea38caa5ec5b827c6dd064f3566f969ea88 [diff] |
Snap for 12359238 from ec733ea38caa5ec5b827c6dd064f3566f969ea88 to android15-tests-release Change-Id: If241c2763900c906385bff2c4d682757e0829d7f
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)