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.
- Host: GitHub
- URL: https://github.com/surrealist/foldering
- Owner: surrealist
- Created: 2017-04-30T14:42:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T07:58:12.000Z (almost 7 years ago)
- Last Synced: 2025-02-25T06:43:37.770Z (over 1 year ago)
- Topics: categorization, file, folder, sort-out, utility
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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