This project aims to organize the Download folder of a Windows machine into subfolders of the main extensions, such as: pdf, jpg, png, zip.
All you need to do is add the desired extensions to the array:
String[] extensions = new String[]{".extensions here", ".add your extension"};
- 0.1.0 - The first suitable launch.
- 0.1.1 - Fixed bug
- 0.1.2 - CPP Compiled x86_65
Antonio Souza - [email protected] - https://github.com/Ant0nioSouza
- Fork the project (https://github.com/Ant0nioSouza/OrganizeDownloadFolder/fork)
- Create a branch for your modification (git checkout -b feature / fooBar)
- Commit (git commit -am 'Add some fooBar')
- Push (git push origin feature / fooBar)
- Create a new Pull Request