Recycli is a tool to restore or delete files from the recycle bin.
This tool can be helpful in a situation where you delete a file with admin rights and it ended up in the Recycle Bin, but you can't easily restore it because explorer.exe is always running with user rights.
That's very likely, because I'm not a professional developer. If you have any suggestions, improvements or bug reports, please open an issue on GitHub.
That's very likely, because I'm not a professional designer. The goal is to use the Fluent Design, so it looks like a native Windows app. If you have any suggestions, improvements or bug reports, please open an issue on GitHub.
Recycli uses Microsoft.Extensions.Logging for logging.
By default, logs are written to the debug output (viewable with DebugView from Sysinternals).
- MVVM pattern with CommunityToolkit.Mvvm
- Dependency Injection with Microsoft.Extensions.DependencyInjection and Microsoft.Hosting
- Logging with Microsoft.Extensions.Logging
- COM interop with Interop.Shell32
Note
Some parts of this project were developed with the assistance of GitHub Copilot.
