Easily process files from command line arguments. https://github.com/pczajkowski/ProcessFiles

Piotr Czajkowski c38fd91508 Using .NET 8 před 5 dny
.github c38fd91508 Using .NET 8 před 5 dny
ProcessFiles 4931ed5c3e Cosmetics před 5 dny
ProcessFilesTests 942bc81326 Using .NET 8 and updated dependencies před 5 dny
.gitignore 65a3d09529 Added .idea/ před 5 roky
LICENSE.md 66e4291ceb Added license před 5 roky
ProcessFiles.sln 1a28aab078 Feels saner před 5 roky
README.md a7e934f5f7 Some description před 5 roky

README.md

ProcessFiles

I'm creating lots of command line tools, so it's really helpful that I can just pass array of arguments and a delegate to this library. See tests to get idea on how it works.