An open API service indexing awesome lists of open source software.

https://github.com/surrealist/foldering

Move or copy files from a source folder to multiple target folders based on their file name. Useful for categorizing huge number of photo files from a single folder into monthly-basis folders.
https://github.com/surrealist/foldering

categorization file folder sort-out utility

Last synced: 3 days ago
JSON representation

Move or copy files from a source folder to multiple target folders based on their file name. Useful for categorizing huge number of photo files from a single folder into monthly-basis folders.

Awesome Lists containing this project

README

          

# foldering
Move or copy files from a source folder to multiple target folders based on their file name. Useful for categorizing huge number of photo files from a single folder into monthly-basis folders.

# about
Creating as an .NET Core 1.1 Console Application

# interesting topics
* Uses **CommandLineApplication** from `Microsoft.Extensions.CommandLineUtils`

# usages