branchout

Crates.iobranchout
lib.rsbranchout
version0.1.2
sourcesrc
created_at2023-10-25 20:56:25.22728
updated_at2024-01-21 22:32:15.581961
descriptionQuick and easy ASCII tree of a directory.
homepage
repository
max_upload_size
id1013647
size10,248
Cameron Spears (cameronspears)

documentation

README

Branchout

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!

Commit count: 0

cargo fmt