Skip to content

A simple command-line tool written in Go that organizes files in a given directory based on their file types (e.g., .jpg, .png, .pdf, etc.). The program will scan the directory, classify files according to their extensions, and move them to corresponding folders based on their types.

License

Notifications You must be signed in to change notification settings

Padmashree06/fileorganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Go & Organize

File and Folder Organizer Using Go

A simple command-line tool written in Go that organizes files in a given directory based on their file types (e.g., .jpg, .png, .pdf, etc.).

The program will scan the directory, classify files according to their extensions, and move them to corresponding folders based on their types.

Features

  • Automatic Organization: Organizes files based on their extensions into respective folders (e.g., Images, Documents, Audio, etc.).
  • No Memory Wastage: The program creates directories only for the file types present in the input folder, ensuring efficient resource usage.
  • Cross-platform: Works on Windows, macOS, and Linux.

Prerequisites

  • Go: Ensure you have Go installed on your system. You can check if Go is installed by running:
    go version
    

🀝 Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple command-line tool written in Go that organizes files in a given directory based on their file types (e.g., .jpg, .png, .pdf, etc.). The program will scan the directory, classify files according to their extensions, and move them to corresponding folders based on their types.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages