Open Issues Need Help
View All on GitHubAI Summary: Implement a visual animation or progress indicator in the command-line tool 'cleaner' to show the progress of directory traversal, especially beneficial for large disks where traversal time is noticeable. The animation should provide feedback to the user while the tool is processing.
AI Summary: The task is to investigate and fix a bug in the `cleaner` command-line tool where files matching specific extensions (e.g., *.extension) are not being deleted, even though directory cleaning works correctly. This involves examining the code's file deletion logic, identifying the cause of the issue, and implementing a fix to ensure that files with matching extensions are also removed.