Skip to content

Releases: cyclone-github/date_directory_creator

0.3.1-2023-01-05-1600

05 Jan 22:35
43ca563
Compare
Choose a tag to compare

| Date Directory Creator |

version: 0.3.1
build date: 2023-01-05-1600
written by: cyclone

Usage Examples:

  • (show help menu)
    date_directory_creator.bin -help

  • (show version info)
    date_directory_creator.bin -version

  • (create directories for all days of 2025)
    date_directory_creator.bin -year 2025

  • (create directories for all days of 2020-2030)
    date_directory_creator.bin -year 2020-2030

  • (create directories for all sunday's of 2025)
    date_directory_creator.bin -year 2025 -day sunday

  • (create directories for monday-friday of 2020-2030)
    date_directory_creator.bin -year 2020-2030 -day monday-friday

  • Program will check for and not overwrite existing directories, but use with caution.