rahulbordoloi / Directory-Tree

Python Utility Package that displays out the Tree Structure of a Particular Directory.
https://pypi.org/project/directory-tree/
GNU General Public License v3.0
32 stars 13 forks source link

Define tree depth #4

Closed gustalima closed 1 year ago

gustalima commented 2 years ago

Hi, this library is really nice. I'm impressed by how fast I get the folder structure!

If I may, would be possible to define the depth of my search?

Best, Gustavo

rahulbordoloi commented 2 years ago

Hey @gustalima,

Thanks for your feedback, means a lot. :D

And yes, you may define the depth of the search by yourself and create a PR for the same. Would be very much helpful.

rahulbordoloi commented 1 year ago

Issue Solved. Please check https://github.com/rahulbordoloi/Directory-Tree/pull/7 for Details.

Code Available at Main Branch and PYPI.