| Crates.io | ent-tree |
| lib.rs | ent-tree |
| version | 0.1.2 |
| created_at | 2025-07-26 02:39:25.522634+00 |
| updated_at | 2025-07-31 21:55:36.848992+00 |
| description | tree but better |
| homepage | https://github.com/konni332/ent |
| repository | https://github.com/konni332/ent |
| max_upload_size | |
| id | 1768665 |
| size | 39,377 |
Like tree but better
ent is a cross-platform, lightweight and efficient CLI tool to visualize directory trees.
It supports recursive traversal of file systems and flexible export formats.
cargo install ent-tree
ent [OPTIONS] [PATH]
-d, --depth
-a, --all Show all files and directories
-D, --dirs-only Show only directories
-F, --files-only Show only files
-i, --ignored Include ignored files
-H, --hidden Show hidden files and directories
-e, --export
path Directory path to search (defaults to current directory)
Build and display the tree for the current directory:
ent
Build the tree for /home/user/projects with max depth 3 and export as JSON:
ent /home/user/projects --depth 3 --export json
Show only directories, including hidden ones:
ent --dirs-only --hidden
MIT License