Ash515 / AutomaDesk

Desktop Files Organizing Automation
19 stars 31 forks source link

Recycle Bin Manager and Temporary Files Cleaner #55

Closed MavSneha closed 3 weeks ago

MavSneha commented 1 month ago

Fetch Recycle Bin Contents :

The application retrieves and displays the number of files currently in the Recycle Bin.

User Confirmation for Deletion:

  1. Upon launching, the application prompts the user with an option to clear all files from the Recycle Bin.
  2. If the user confirms, all items in the Recycle Bin are deleted.

Empty Recycle Bin Notification:

  1. If the Recycle Bin is empty at startup, a pop-up window displays a message informing the user that the Recycle Bin is empty.
  2. The application automatically closes if the Recycle Bin is empty to enhance user experience.

ISSUE SOLVED: https://github.com/Ash515/AutomaDesk/issues/54

@Ash515 Pls review the PR and I am open to all of your suggestions. looking forward for your guidance.

MavSneha commented 1 month ago

Fetch Temporary Files Contents:

The application retrieves and displays the number of files currently in the temporary files folder.

User Confirmation for Deletion:

  1. Upon launching, the application prompts the user with an option to clear all files from the temporary files folder.
  2. If the user confirms, all items in the temporary files folder are deleted.

Empty Temporary Files Folder Notification:

  1. If the temporary files folder is empty at startup, a pop-up window displays a message informing the user that the folder is empty.
  2. The application automatically closes if the temporary files folder is empty to enhance user experience.

Issue Solved : https://github.com/Ash515/AutomaDesk/issues/56

@Ash515 Pls review the PR and I am open to all of your suggestions. looking forward for your guidance.