dduan / tre

Tree command, improved.
MIT License
736 stars 16 forks source link

Support depth specification #40

Closed andreykaipov closed 3 years ago

andreykaipov commented 4 years ago

The tree command has the following flag for depth specification:

-L level
    Max display depth of the directory tree.

I might try this out in the future maybe to help myself learn Rust. :-)

dduan commented 4 years ago

this would be great feature to have!