Skip to content

pascalallen/file-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Organizer

GitHub go.mod Go version Go Report Card GitHub Workflow Status GitHub GitHub code size in bytes

File Organizer Logo

File Organizer is a desktop and CLI application that organizes your files into directories based on their file extensions. Available for macOS, Linux, and Windows, it provides an intuitive way to keep your files neatly categorized.

Features

  • Simple installation process.
  • Automatically organizes files by their extensions.
  • Dynamically creates folders for each unique file extension.
  • Allows users to specify the directory to organize through a graphical user interface or a command line interface.

Example

Before

/path/to/your/directory/
├── document1.txt
├── image1.jpg
├── script.go
└── notes.txt

After

/path/to/your/directory/
├── go/
│   └── script.go
├── jpg/
│   └── image1.jpg
└── txt/
    ├── document1.txt
    └── notes.txt

Download the CLI tool

Choose the version of File Organizer for your operating system:

Usage

Once downloaded, you can run the program from the command line, specifying the directory you want to organize.

Linux/macOS:

./file-organizer-macos /path/to/your/directory

Windows

file-organizer-windows.exe C:\path\to\your\directory

Download the desktop app

Choose the version of File Organizer for your operating system:

Usage

After downloading and installing, simply open the app. You can select the directory you want to organize through the app’s interface. For macOS users: Move the downloaded File Organizer app to your /Applications directory for ease of access.

File Organizer in Action

About

File Organizer is a desktop and CLI application that organizes your files into directories based on their file extensions. Available for macOS, Linux, and Windows, it provides an intuitive way to keep your files neatly categorized.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages