Can anyone confirm if this is Open Source or not? Looks like it used github as an issue tracker but I'm not seeing the source code anywhere.
It is not Open Source. But it is the best file manager on macOS.
Marta File Manager: Back on Track
11–20 of 24 posts
Re: Marta File Manager: Back on Track
#12Re. native part -- I recently explored JavaFX for desktop, and found it's actually very fast, both to run and to develop in. I'd say it's a joy to use, don't understand why market now prefers other heavy-weight solutions like Electron. Maybe it was released at a wrong time, when Sun Microsystems had troubles? Maybe it was too early? Or maybe a ton of software is being written in it without fanfares, I dunno. The whol…
Wouldn’t you need to have a JVM installed to deploy a JavaFX app? Is there something for bundling self-contained Java apps easily?
https://docs.oracle.com/javase/9/tools/javapackager.htm#JSWO...
Re: Marta File Manager: Back on Track
#13Earlier quoted context omitted.
Wouldn’t you need to have a JVM installed to deploy a JavaFX app? Is there something for bundling self-contained Java apps easily?
The JDK now supports building standalone executables. https://docs.oracle.com/javase/9/tools/javapackager.htm#JSWO...
Re: Marta File Manager: Back on Track
#14Can anyone confirm if this is Open Source or not? Looks like it used github as an issue tracker but I'm not seeing the source code anywhere.
Re: Marta File Manager: Back on Track
#15Earlier quoted context omitted.
It is not Open Source. But it is the best file manager on macOS.
whats the catch? not open source but free?
Re: Marta File Manager: Back on Track
#16Earlier quoted context omitted.
Wouldn’t you need to have a JVM installed to deploy a JavaFX app? Is there something for bundling self-contained Java apps easily?
The JDK now supports building standalone executables. https://docs.oracle.com/javase/9/tools/javapackager.htm#JSWO...
Re: Marta File Manager: Back on Track
#17Earlier quoted context omitted.
The JDK now supports building standalone executables. https://docs.oracle.com/javase/9/tools/javapackager.htm#JSWO...
Problem is that the entire runtime is packaged. Nice for large enterprise solutions, but not for small apps. And if I remember correctly the memory footprint isn't nice either.
[1]: https://docs.oracle.com/javase/8/embedded/develop-apps-platf...
Re: Marta File Manager: Back on Track
#18Re: Marta File Manager: Back on Track
#19Can anyone confirm if this is Open Source or not? Looks like it used github as an issue tracker but I'm not seeing the source code anywhere.
what do people think about installing new software from less well known companies and giving the app full access to all your files? how would i convince myself that this software won't upload my data in the background?
Re: Marta File Manager: Back on Track
#20Earlier quoted context omitted.
Wonder if you ever tried these: - QSpace ( https://qspace.awehunt.com/en-us/index.html ) - Commander One ( https://commander-one.com )
Commander One is kinda barebones, QSpace looks like Finder plus some bonus stuff. Compared to godly Total Commander (on windows), everything else is very shallow. Double Commander tried to replicate it, and kinda succeeded, to an extent. It's not about big shiny features, it's about all the small nitpicks you do regularly. Example: move file panel cursor on a file (as example, big text file), press F3 to open it. Bui…