Skip to content

roti/mucommander

This branch is 1 commit ahead of, 1892 commits behind mucommander/mucommander:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a5edff · Oct 14, 2016
Jul 16, 2016
Sep 10, 2016
Jul 15, 2016
Jul 15, 2016
Oct 14, 2016
Jul 15, 2016
Sep 30, 2016
Jul 15, 2016
Oct 8, 2016
Oct 8, 2016
May 28, 2016
Sep 24, 2016
Sep 16, 2016
Sep 24, 2016
Jul 15, 2016
Sep 5, 2012
Nov 5, 2014
Nov 5, 2014
Nov 8, 2014
Dec 5, 2014

Repository files navigation

muCommander

Version License Build Status Dependency Status Coverity Scan

muCommander is a lightweight, cross-platform file manager with a dual-pane interface.
It runs on any operating system with Java support (Mac OS X, Windows, Linux, *BSD, Solaris...).

Official website: http://www.mucommander.com
Copyright (C) 2002-2016 Maxence Bernard.

Development

Prerequisites

  • Java Development Kit (JDK) 1.6 or later
  • Git

Code Editing
After cloning the source code repository from GitHub, you would probably want to import the project to an Integrated Development Environment (IDE) such as Eclipse or IntelliJ.

The code repository of muCommander is comprised of a main project that contains its core functionality and several sub-projects. These projects are defined as Gradle projects. Most of the popular IDEs today allow you to import Gradle projects out-of-the-box or via an IDE plugin. By importing the main project that is located at the root directory of the repository you will get all the required code in the IDE.

Build from Command Line
The use of Gradle wrapper significantely simplifies the build from the command line. The following commands can be invoked from the root directory of the repositoring with no further installation.

You can run the application by typing:

./gradlew run

It is recommended that whenever you get unclear compilation error and before submitting your change you do:

./gradlew clean run

License

muCommander is released under the terms of the GNU General Public License.
Please refer to the 'license.txt' file bundled with muCommander.

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%