Open Issues Need Help
View All on GitHub Add summary statistics (file count, total size) 10 months ago
AI Summary: This GitHub issue proposes adding a `--stats` command-line flag to a tree output tool. When activated, this flag would append a summary of the file system, including the total count of directories, files, and their combined size, after the standard tree structure. The issue is marked as a "Good First Issue" and provides clear implementation steps for adding the flag, a statistics struct, and collecting data during tree traversal.
Complexity:
2/5
enhancement good first issue
Add file size display option 10 months ago
enhancement good first issue
Add file extension statistics summary 10 months ago
enhancement good first issue
Add maximum depth limit option (--max-depth) 10 months ago
enhancement good first issue