Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undin/file-tree-viewer
Swing application to display file tree
https://github.com/undin/file-tree-viewer
Last synced: about 2 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T20:15:18.000Z (over 7 years ago)
- Last Synced: 2024-10-31T15:25:01.404Z (3 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
[![Build Status](https://travis-ci.org/Undin/file-tree-viewer.svg?branch=master)](https://travis-ci.org/Undin/file-tree-viewer)
[![Build status](https://ci.appveyor.com/api/projects/status/iwrdhes90qq96e8l/branch/master?svg=true)](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`.