Directory cleaner for after different type of projects

3 Open Issues Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
enhancement good first issue

Directory cleaner for after different type of projects

Rust
prepare nest release about 1 month ago
documentation good first issue

Directory cleaner for after different type of projects

Rust
check file deletion about 1 month ago

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.

Complexity: 3/5
bug good first issue

Directory cleaner for after different type of projects

Rust