https://github.com/undin/file-tree-viewer
Swing application to display file tree
https://github.com/undin/file-tree-viewer
Last synced: 3 months ago
JSON representation
Swing application to display file tree
- Host: GitHub
- URL: https://github.com/undin/file-tree-viewer
- Owner: Undin
- Created: 2017-08-24T20:50:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T20:15:18.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T06:38:34.001Z (5 months ago)
- Language: Kotlin
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## File Tree Viewer
[](https://travis-ci.org/Undin/file-tree-viewer)
[](https://ci.appveyor.com/project/Undin/file-tree-viewer/branch/master)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
## Build and test
Run `./gradlew shadowJar` to build project (without launching tests). It'll create fat jar in `build/libs/`.
To run test launch `./gradlew check`.## Run
Run `java -jar build/libs/file-tree-viewer.jar`.