3 releases

0.1.2 Jan 21, 2024
0.1.1 Oct 25, 2023
0.1.0 Oct 25, 2023

#345 in Filesystem

43 downloads per month

MIT license

5KB
59 lines

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!

No runtime deps