Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santiagolizardo/neocommander
An orthodox file manager with two or more exploring panels
https://github.com/santiagolizardo/neocommander
desktop file-manager java java-swing orthodox
Last synced: 5 days ago
JSON representation
An orthodox file manager with two or more exploring panels
- Host: GitHub
- URL: https://github.com/santiagolizardo/neocommander
- Owner: santiagolizardo
- License: gpl-3.0
- Created: 2014-12-10T22:29:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T22:34:23.000Z (almost 3 years ago)
- Last Synced: 2023-03-12T07:16:52.207Z (over 1 year ago)
- Topics: desktop, file-manager, java, java-swing, orthodox
- Language: Java
- Homepage:
- Size: 442 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-HEADER.txt
Awesome Lists containing this project
README
NeoCommander
============![NeoCommander screenshot](screenshot.png "NeoCommander running on GNU/Linux")
**NeoCommander** is an *orthodox file manager* written in Java Swing. Tested on Windows, Mac and Linux.
### Requirements
* Java SE 17
* Graphical user interface environment### How to build
```sh
mvn package
```### How to run
```sh
java -jar target/NeoCommander-1.4.11-jar-with-dependencies.jar
```or double click on the jar file using your default file manager.