VibeHunt
Back to browse
treepp

treepp

Windows tree++.

Source

tree++ is a command‑line utility that replaces the legacy Windows `tree` command with a Rust‑based implementation. It reproduces the original output format for compatibility while extending functionality with many additional options, such as showing file sizes, limiting recursion depth, customizing the visual style, writing results to files in several formats, and excluding paths based on patterns or `.gitignore`. The tool also supports Unix‑style flags alongside the traditional Windows switches.

The program targets developers, system administrators, and any users who need to inspect directory structures on Windows more efficiently. Its multithreaded scanning mode provides noticeable speed gains over the native command, as demonstrated by benchmark comparisons on a typical Windows installation. Because it is a drop‑in replacement, existing scripts that invoke `tree` can be switched to `tree++` with minimal changes.

tree++ is distributed as a pre‑compiled zip archive that can be added to the system PATH, and the source code is available on GitHub under an open‑source license. The stable release includes comprehensive documentation of all command‑line options.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps