Swing application to display file tree.
Features:
- Shows file tree of:
- local file system
- archives (zip and jar)
- FTP servers
- Allows to add/remove FTP servers
- Shows preview of image and text files
- Filters displaying files by their extensions
Run ./gradlew shadowJar to build project (without launching tests). It'll create fat jar in build/libs/.
To run test launch ./gradlew check.
Run java -jar build/libs/file-tree-viewer.jar.