Sometimes you want to save the genious file/directory hierarchy you've created, and reproduce it elsewhere with little effort.
You can scan a file directory and create an XML for it. You can visualize the XML to HTML. You can recreate the whole folder tree elswhere using the XML.
Easy to use Java Swing application
Try it!
- Pull the code
- Import as Maven project
- Execute
mvn clean test
- If tests are green you're done!
Rrun mvn package
and start the .\ui\target\*.jar
file and follow the onscreen instructions
- Fork repo
- Make changes. If you are looking for ideas, check the
ISSUES
section in Github - Create a Pull Request to the origin repo
- Congratulations!
Copyright 2016 Leni Kirilov
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.