Skip to content

A small program to organize the files in a directory inside date-sorted directories

Notifications You must be signed in to change notification settings

shammishailaj/file-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-organizer

A small program to organize the contents in a directory of the following format

/path/to/directory/filename.extension

into directories of the format

/path/to/directory/yyyy/mm/dd/filename.extension

Build


Navigate to the project root and execute the following command

make

Usage


To organize files in the current directory

./file-organizer

To organize files in a specific directory

./file-organizer -p /path/to/unorganized/directory

To see the command-line options

./file-organizer -h

About

A small program to organize the files in a directory inside date-sorted directories

Resources

Stars

Watchers

Forks

Packages