Skip to content

Ant0nioSouza/OrganizeDownloadFolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

03562b1 · Sep 4, 2022

History

13 Commits
Sep 4, 2022
Apr 21, 2021

Repository files navigation

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

Meta

Antonio Souza - antoniodesigner30@gmail.com - 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