Crates.io | termtree |
lib.rs | termtree |
version | 0.5.1 |
source | src |
created_at | 2021-10-07 18:21:36.306218 |
updated_at | 2024-07-25 14:42:40.978498 |
description | Visualize tree-like data on the command-line |
homepage | https://github.com/rust-cli/termtree |
repository | https://github.com/rust-cli/termtree |
max_upload_size | |
id | 461899 |
size | 28,520 |
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)