Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caelean/fileconsolidation
Simple file consolidation tool
https://github.com/caelean/fileconsolidation
Last synced: about 1 month ago
JSON representation
Simple file consolidation tool
- Host: GitHub
- URL: https://github.com/caelean/fileconsolidation
- Owner: caelean
- Created: 2015-03-26T22:19:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T21:49:50.000Z (almost 10 years ago)
- Last Synced: 2023-08-02T18:12:00.615Z (over 1 year ago)
- Language: Java
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FileConsolidation
file consolidation toolThis tool will take all files in the current directory and all sub directories
and copy them into a new directory named CompiledDirectory. If two files have
the same name, the program will only copy over one version. The program does
not copy hidden files or the program itself. I wrote this program to allow
me to bring all of my music into one folder in which I could then sort and
process them. The program can be run multiple times if changes have occurred.
If CompiledDirectory already exists, the files will simpy be copied into it.
This tool is useful if you have a large number of files hidden inside a complex
tree of directories and subdirectories and wish to simply view all of the files
inside a single directory and all of its subdirectories.