| Crates.io | vtreex |
| lib.rs | vtreex |
| version | 0.1.2 |
| created_at | 2025-06-20 08:08:55.942731+00 |
| updated_at | 2025-06-20 09:47:44.774351+00 |
| description | A fast, colorful directory tree viewer written in Rust. |
| homepage | |
| repository | https://github.com/07calc/vtreex |
| max_upload_size | |
| id | 1719275 |
| size | 17,187 |
A fast and colorful Rust CLI tool to print directory trees โ like tree, but better.
Includes stats, ignore filters, text export, and human-readable performance timing.
.git, node_modules, etc.)--ignore and --include for custom control.txt filerust and cargo
๐ Install via rustup.rs:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Then restart your terminal and verify:
rustc --version
cargo --version
cargo install vtreex
git clone https://github.com/07calc/vtreex.git
cd vtreex
cargo build --release
cargo install --path .
vtreex ${path} ( . by default)
vtreex -d 3
vtreex --stats
vtreex --output tree.txt
Include ignored folders (e.g., .git)
vtreex --include .git
.
โโโ .gitignore
โโโ Cargo.lock
โโโ Cargo.toml
โโโ src
โโโ main.rs
๐ 1 directories, ๐ 4 files
๐ฆ Total size: 12.87 kB
โฑ๏ธ Processed in 124ฮผs