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 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T23:04:52.000Z (over 1 year ago)
- Last Synced: 2025-04-28T18:59:20.636Z (about 1 year ago)
- Topics: desktop, file-manager, java, java-swing, orthodox
- Language: Java
- Homepage:
- Size: 458 KB
- Stars: 2
- 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** is an *orthodox file manager* written in Java Swing. Tested on Windows, Mac and Linux.
### Requirements
* Java 21
* Graphical user interface environment
### How to build
```sh
mvn package
```
### How to run
```shell
java -jar target/NeoCommander-1.4.12-jar-with-dependencies.jar
```
or double click on the jar file using your default file manager.