rusty-roots
- CLI tool that displays directory structure of a specified path in tree-like format, similar to the
treeUnix command. - Allows customized output by ignoring certain files and directories (see
.rrignorefile!). - Supports colorized output (file-type-based coloring, tree depth gradients, etc.).
Demo
Here is a short example video showing rusty-roots in action:
https://github.com/user-attachments/assets/9689ad2f-937b-4b58-a9a9-217c85ccd2e3
Installation
Prerequisites
- Ensure Rust is installed. Visit: https://www.rust-lang.org/tools/install.
Steps
- Install rusty-roots:
cargo install rusty-roots
- Run rusty-roots in some directory (with or without extra args, as specified below):
rusty-roots
Options
Usage: rusty-roots [OPTIONS]
Options:
-p, --path <PATH> Path to get tree from
-i, --ignore Ignore files and directories as specified in {$path}/.rrignore
--no-color Do not stylize tree text output
-h, --help Print help
-V, --version Print version