ListProductsImages is a console application written in C# (.NET 8.0) that allows you to recursively explore a directory, filter image files based on customizable rules, and generate a .txt file with the results.
The system offers an interactive menu interface to set paths, filters, and output options in a simple and user-friendly way.
Clone this repository:
git clone https://github.com/QuantumRevenant/ListProductsImages.git
cd ListProductsImages
Build the solution:
dotnet build ListProductsImages.sln
Run the main project:
dotnet run --project ListProductsImages/ListProductsImages.csproj
Once running, the app will let you:
- View and change the base directory
- Set include/exclude filters (folder names, regex)
- Choose output path and file name
- Export a
.txtwith the filtered results
Note: Command-line argument support is planned for future releases.
- Recursive directory scanning
- Flexible filtering (by folder, regex, file type)
- Clean
.txtexport of filtered image codes - Interactive console interface with counters
- Integrated with QuantumKit for utility functions
This project integrates the following external library:
- QuantumKit – Personal utility toolkit used for file handling, string manipulation, and console enhancements.
This project is licensed under the MIT License. See the LICENSE file for more information.
If you have any questions or feedback, feel free to reach out:
See the CONTRIBUTING file for contribution guidelines.
This project was originally written in Spanish or a Spanish-English hybrid. If adapting to another language or platform (e.g., C++, Java), apply the necessary modifications.
See CHANGELOG for the list of updates.