treepp
Windows tree++.
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
Loading reviews…
Similar apps
Terminals & CLI
tre
`tree` with git awareness, editor aliasing, and more.

Terminals & CLI
gtree
Use markdown to generate directory trees and the directories itself.
Terminals & CLI
tere
A faster alternative to using cd and ls.
Terminals & CLI
TrueTree
Command-line tool for pstree-like output
Terminals & CLI
scc
Count lines of code, blank lines, comment lines, and physical lines of source code.
System Monitoring & Maintenance
dust
A more intuitive version of `du` in Rust.