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 several programming languages and fixed typos #29

Closed RafaelAmauri closed 4 years ago

RafaelAmauri commented 4 years ago

Updated the programming languages list by using a json I found on https://gist.github.com/aymen-mouelhi/82c93fbcd25f091f2c13faa5e0d61760 All credit to https://gist.github.com/aymen-mouelhi for creating the json.

Fixed a typo (missing quotation mark) on "Media/Adobe/Photoshop".

PS: Sorry for comming 2 times the same thing, I'm quite new to using github :)

sreekaransrinath commented 4 years ago

Damn son, that's some good work you've done there.

Before I pull it in though, have you tested the script to see if the directories are built correctly? Because I can see some potential points of pressure in this.

RafaelAmauri commented 4 years ago

Yeah, turns out the backwards slash wasn't necessary on the directory name. I'll also remove some single quotes used in the directories' names, because it creates a dir with double quotes, and it makes it more time-consuming to cd to it.

I aside from that, everything seems to be working fine. I'll generate another commit with the file fixed :P