File explorer written in JavaFX as a project on Programming Technologies - Local Applications subject
Leonis:
TODO:
- show hidden (+ settings)
- case insensitive compare (+ settings)
- F1-F12 and other help for current source
- ..
Think about https://github.com/cfg4j/cfg4j
In order not to break the existing architecture, it is planned to use solutions for NIO:
FTP:
ZIP:
- https://docs.oracle.com/javase/8/docs/technotes/guides/io/fsp/zipfilesystemprovider.html
- https://docs.oracle.com/javase/8/docs/technotes/guides/io/fsp/filesystemprovider.html
- http://thinktibits.blogspot.md/2013/02/Java-NIO-ZIP-File-System-Provider-Example.html
- https://github.com/stain/nio-zipfs
- https://github.com/marschall/zipfilesystem-standalone
ISO:
- https://sourceforge.net/projects/loopy/
- https://github.com/stephenc/java-iso-tools
- https://github.com/magnusja/java-fs
Multi:
- https://github.com/magnusja/java-fs
- https://github.com/maddingo/nio-fs-provider
- http://commons.apache.org/proper/commons-vfs/filesystems.html
- https://github.com/jnode/jnode
Other:
Out of scope: