Skip to content

Releases: chukwudinweze/file_organizer

Enhance user feedback with colorful output in the console

29 Sep 14:38
Compare
Choose a tag to compare

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

  1. Download the Executable:
    Download the file_organizer.exe from the assets below. Save it in a directory that’s easy to access, such as C:\Users\admin\Downloads.

  2. Open Command Prompt:

    • Press Windows + R, type cmd, and hit Enter to open the Command Prompt.
  3. Navigate to the Directory:
    Use the cd command to change to the directory where the file_organizer.exe is located. For example:

    cd C:\Users\admin\Downloads
  4. 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

29 Sep 13:41
Compare
Choose a tag to compare

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

  1. Download the Executable:
    Download the file_organizer.exe from the assets below. Save it in a directory that’s easy to access, such as C:\Users\admin\Downloads.

  2. Open Command Prompt:

    • Press Windows + R, type cmd, and hit Enter to open the Command Prompt.
  3. Navigate to the Directory:
    Use the cd command to change to the directory where the file_organizer.exe is located. For example:

    cd C:\Users\admin\Downloads
  4. 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.