| Crates.io | branchout |
| lib.rs | branchout |
| version | 0.1.2 |
| created_at | 2023-10-25 20:56:25.22728+00 |
| updated_at | 2024-01-21 22:32:15.581961+00 |
| description | Quick and easy ASCII tree of a directory. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1013647 |
| size | 10,248 |
Branchout is a Rust crate that generates ASCII tree representations of directory structures.
Installation:
You can install Branchout using Cargo from crates.io. To install, run:
cargo install branchout
Usage:
To use Branchout, run the branchout command with optional arguments:
branchout [OPTIONS] [DIRECTORY]
Options:
--depth <DEPTH>: Set the maximum depth to traverse the directory structure (default is 10).Example:
Generate an ASCII tree structure for the current directory with a maximum depth of 3:
branchout --depth 3
Enjoy using Branchout to visualize your directory structures!