FilteratorFormats is a WPF-based application for filtering files by format, size, and creation date. This application allows users to select options to filter files from a selected folder and copy them to another directory.
- Filtering files by format (using checkboxes)
- Filtering files by size (ability to specify minimum and maximum file sizes)
- Filtering files by date (using DatePicker elements)
- Minimalistic WPF-based interface that doesn't hurt your eyes
- Selecting a directory to filter files
- Selecting a folder to save the filtered files
- Conveniently clearing the desktop
- Select the directory where you want to filter files.
- Select the file formats you want to filter.
- Specify the minimum and maximum file size (optional).
- Specify the file creation date range (optional).
- Select a folder to save the filtered files to.
- Click the Filter button to start the process.
- .NET 7.0
- Windows with WPF support
