sreekaransrinath / file_organizer

A script that looks through any folder you tell it to and moves the files to respective subfolders based on the file type.
21 stars 20 forks source link

Added Adobe File Extensions #19

Closed mutx closed 4 years ago

mutx commented 4 years ago

Also fixed some file paths of existing adobe file extensions to reflect general purpose/programs used.

The list still needs to be alphabetically sorted, though that can probably be done in another python script. I sorted my own insertions alphabetically when I could.

sreekaransrinath commented 4 years ago

Good job @Voperak , thanks!

One tiny issue though. In some cases, your directory order is /Adobe/filetype whereas in others its /filetype/Adobe. It'd be great if you could fix that.

Also, why don't you take up the sorting issue and write it into a separate file?