Crates.io | mytree |
lib.rs | mytree |
version | 0.2.0 |
created_at | 2025-05-27 15:54:07.593282+00 |
updated_at | 2025-07-14 16:52:56.418372+00 |
description | A fast CLI tool to visualize directory structures with filtering and formatting |
homepage | https://github.com/yokurang/mytree |
repository | https://github.com/yokurang/mytree |
max_upload_size | |
id | 1691281 |
size | 57,662 |
mytree
is a small Rust CLI that prints a directory tree to the terminal.
The output can be filtered (by extension or regex), include hidden items, show long-format metadata, be streamed through a pager, written to a file (optionally gzip-compressed), or emitted as machine-readable JSON.
# needs Rust ≥1.70
cargo install mytree # grabs the latest release from crates.io
The binary will be installed to
$HOME/.cargo/bin
; make sure this directory is in yourPATH
. You can also findmytree
on crates.io.
Please send feature requests! I would love to hear what would make mytree even more useful.