rptree icon indicating copy to clipboard operation
rptree copied to clipboard

Add Depth Limitation Flag to Directory Tree Generator

Open sm18lr88 opened this issue 1 year ago • 0 comments

This pull request adds a new feature to the RP Tree directory tree generator. Users can now limit the depth of the generated directory tree using the -l or --level flag.

This enhancement allows for more control over the output, especially useful for large directory structures.

The implementation includes modifications to the rptree.py, cli.py, and main.py files to support this new functionality.

sm18lr88 avatar Jun 03 '24 23:06 sm18lr88