Releases: chukwudinweze/file_organizer
Enhance user feedback with colorful output in the console
New Release of File Organizer
Features
- Organizes files into categorized folders based on their extensions.
- Avoids overwriting files with the same name by appending a unique identifier.
- Print colorful feedback to the user
- Easy to use via command line.
Prerequisites
- Ensure that the
file_organizer.exe
is downloaded.
Usage
-
Download the Executable:
Download thefile_organizer.exe
from the assets below. Save it in a directory that’s easy to access, such asC:\Users\admin\Downloads
. -
Open Command Prompt:
- Press
Windows + R
, typecmd
, and hitEnter
to open the Command Prompt.
- Press
-
Navigate to the Directory:
Use thecd
command to change to the directory where thefile_organizer.exe
is located. For example:cd C:\Users\admin\Downloads
-
Run the Program:
Execute the program by providing the path to the directory you want to organize. For example:file_organizer.exe C:\Users\admin\Downloads
Replace
C:\Users\admin\Downloads
with the path of the directory you wish to organize.
Example
If you have a directory containing files in C:\Users\admin\Downloads
, you would run the following command:
C:\Users\admin\Downloads> file_organizer.exe C:\Users\admin\Downloads
Notes
- Make sure that you have permission to access the directory you are trying to organize.
- The program will create folders such as "Images" and "Documents" within the specified directory to organize the files accordingly.
Feedback
I appreciate your feedback! If you encounter any issues or have suggestions for improvements, please feel free to open an issue in the repository.
Initial Release: File Organizer v1.0.0
Initial Release of File Organizer
This is the first release of the File Organizer program, which organizes files in a specified directory based on their extensions (images, documents, videos, etc.).
Features
- Organizes files into categorized folders based on their extensions.
- Avoids overwriting files with the same name by appending a unique identifier.
- Easy to use via command line.
Prerequisites
- Ensure that the
file_organizer.exe
is downloaded.
Usage
-
Download the Executable:
Download thefile_organizer.exe
from the assets below. Save it in a directory that’s easy to access, such asC:\Users\admin\Downloads
. -
Open Command Prompt:
- Press
Windows + R
, typecmd
, and hitEnter
to open the Command Prompt.
- Press
-
Navigate to the Directory:
Use thecd
command to change to the directory where thefile_organizer.exe
is located. For example:cd C:\Users\admin\Downloads
-
Run the Program:
Execute the program by providing the path to the directory you want to organize. For example:file_organizer.exe C:\Users\admin\Downloads
Replace
C:\Users\admin\Downloads
with the path of the directory you wish to organize.
Example
If you have a directory containing files in C:\Users\admin\Downloads
, you would run the following command:
C:\Users\admin\Downloads> file_organizer.exe C:\Users\admin\Downloads
Notes
- Make sure that you have permission to access the directory you are trying to organize.
- The program will create folders such as "Images" and "Documents" within the specified directory to organize the files accordingly.
Feedback
I appreciate your feedback! If you encounter any issues or have suggestions for improvements, please feel free to open an issue in the repository.