Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/sorter
Groups files in to folders using java 8
https://github.com/fchristenson/sorter
Last synced: about 2 months ago
JSON representation
Groups files in to folders using java 8
- Host: GitHub
- URL: https://github.com/fchristenson/sorter
- Owner: fChristenson
- Created: 2014-05-26T07:36:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-31T20:05:44.000Z (over 10 years ago)
- Last Synced: 2023-08-20T07:22:04.465Z (over 1 year ago)
- Language: Java
- Size: 305 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sorter
======Groups files in folders using java 8.
The app assumes that the root folder has the files to be sorted and will not move files in subfolders.# Usage #
1. Use the terminal and go to the folder with the .jar in it.
2. Run "java -jar sorter.jar ".
3. Go to the folder you sorted and you should see new folders with UUID names.# Options #
You can add options such as "java -jar sorter.jar 100" to group files by 100.
Any non negative number will work and by default the group size is set to 50.If you prefer to sort by type you can use "java -jar sorter.jar .jpg .gif .flv" to sort files by type.