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

Add new file types to extensiondict.py #11

Closed sreekaransrinath closed 4 years ago

sreekaransrinath commented 4 years ago

extensiondict.py contains a dictionary of file types, extensions and where they should be placed in the file organization system.

While it is fairly extensive at the moment, I'm sure I haven't covered every file type possible.

Your mission, should you choose to accept it, is to add new file types (and the directories they belong in) to the extensiondict.py file.

This message will self-destruct in 5 seconds :P

soulspark666 commented 4 years ago

If someone like to pick this up, then I found some good sites for your help https://fileinfo.com/filetypes/text and https://en.wikipedia.org/wiki/List_of_file_formats.

sreekaransrinath commented 4 years ago

@soulspark666 Good stuff bruh :)

0sf commented 4 years ago

I would love to work on the issue.

sreekaransrinath commented 4 years ago

@0sf Go for it!

0sf commented 4 years ago

Thank you very much! :) is it possible to add new sections ( like # log )

sreekaransrinath commented 4 years ago

Yeah, sure :)

sk044 commented 4 years ago

It can be something new ….such as something related to 3d

sreekaransrinath commented 4 years ago

@sk044 Yep, it sure can!

nishu88 commented 4 years ago

26 Hope this is what you had in mind. Still many file extensions to take a crack at ;)

rodrigondec commented 4 years ago

I think it would be better to accept the existing merges before creating new ones? To avoid duplicated file types

sudonitin commented 4 years ago

Is this assigned? @sreekaran16 @nishu88?

nishu88 commented 4 years ago

Is this assigned? @sreekaran16 @nishu88?

No, I believe it's open for all. Go take a crack at it. ;)

sreekaransrinath commented 4 years ago

Nope, it's meant to be open for all, since this is not something like a bug fix or feature request where only one person can work on it at a time.

This should also help first-timers and beginners increase their PR count for Hacktoberfest while making some meaningful contributions :)

anshuldutt21 commented 4 years ago

I added some more file formats. Please review.

50