Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 940 Bytes

readme.md

File metadata and controls

24 lines (18 loc) · 940 Bytes

Download folder organizer

This project aims to organize the Download folder of a Windows machine into subfolders of the main extensions, such as: pdf, jpg, png, zip.

How to add more extensions?

All you need to do is add the desired extensions to the array: String[] extensions = new String[]{".extensions here", ".add your extension"};

Release history

  • 0.1.0 - The first suitable launch.
  • 0.1.1 - Fixed bug
  • 0.1.2 - CPP Compiled x86_65

Meta

Antonio Souza - [email protected] - https://github.com/Ant0nioSouza

Contributing

  1. Fork the project (https://github.com/Ant0nioSouza/OrganizeDownloadFolder/fork)
  2. Create a branch for your modification (git checkout -b feature / fooBar)
  3. Commit (git commit -am 'Add some fooBar')
  4. Push (git push origin feature / fooBar)
  5. Create a new Pull Request