| Crates.io | regroot |
| lib.rs | regroot |
| version | 0.3.0 |
| created_at | 2025-01-03 10:54:24.959364+00 |
| updated_at | 2025-01-03 10:54:24.959364+00 |
| description | A modern, colorful directory tree viewer with glob pattern support |
| homepage | https://github.com/z1xus/regroot |
| repository | https://github.com/z1xus/regroot |
| max_upload_size | |
| id | 1502298 |
| size | 18,092 |
An updated version of the original groot-tree crate by RodrigoRVSN.
Via cargo:
cargo install regroot
Or build from source:
git clone https://github.com/z1xus/regroot
cd regroot
cargo build --release
Basic usage:
regroot .
tree . # alias
Common options:
# Show only 2 levels deep
regroot -d 2 .
# Use glob patterns for path
regroot "src/{bin,lib}/*"
# Ignore paths using glob patterns
regroot -i "*.pyc,tests/*" .
# Show only directories
regroot --dirs-only .
This project is licensed under the MIT License - see the LICENSE file for details.