|
1 | | -**Double Commander** is a [free](https://www.gnu.org/philosophy/free-sw.html) cross-platform open source file manager with two panels side by side (or one above the other). It is inspired by Total Commander and features some innovative new ideas. |
| 1 | +**Note!** |
2 | 2 |
|
3 | | -Double Commander can be run on several platforms and operating systems. |
4 | | -It supports 32-bit and 64-bit processors. See [Supported platforms](https://github.com/doublecmd/doublecmd/wiki/Supported-platforms) |
5 | | -for a complete list. |
| 3 | + Since most of the updates are integrated from the upstream repository, this repository is occasionally rebased. |
6 | 4 |
|
7 | | -See Double Commander in action in the [Screenshot Gallery](https://doublecmd.sourceforge.io/gallery). |
| 5 | +## [Download](https://github.com/double-commander/doublecmd/releases) |
8 | 6 |
|
9 | | -## Where to start |
| 7 | +# Double commander  |
10 | 8 |
|
11 | | -### Download |
| 9 | +**A twin panel (side by side) cross platform open source file manager.** |
12 | 10 |
|
13 | | -Go to the [Double Commander download page](https://sourceforge.net/p/doublecmd/wiki/Download) to download the latest release. |
| 11 | +This Double commander on github is fork of the [official double commander project at github](https://github.com/doublecmd/doublecmd). |
| 12 | +It is inspired by [Total Commander](http://www.ghisler.com/) and features some new ideas. |
14 | 13 |
|
15 | | -You can check the latest version on the [Versions](https://github.com/doublecmd/doublecmd/wiki/Versions) page. |
| 14 | +The goal of this fork is to relief this project from the constraints of archaic development methotodloies by facilitating github capabilities to achieve a better collaboration and attract developers to improve this software to be the best it can. |
16 | 15 |
|
17 | | -See if Double Commander is supported for your platform on the [Supported |
18 | | -platforms](https://github.com/doublecmd/doublecmd/wiki/Supported-platforms) page. |
| 16 | +Key Features |
| 17 | +------------ |
19 | 18 |
|
20 | | -### Develop |
| 19 | +* Unicode support. |
| 20 | +* Background file operations. |
| 21 | +* Multi-rename tool. |
| 22 | +* Tabbed interface. |
| 23 | +* Configurable file panel columns. |
| 24 | +* Internal file viewer and text editor. |
| 25 | +* Folder like bahviour of many archive file types. |
| 26 | +* Advanced search (in files). |
| 27 | +* Configurable button bar to start external programs or internal menu commands. |
| 28 | +* Total Commander plugins compatibility WCX, WDX and WLX plug-ins support. |
| 29 | +* File operations logging. |
| 30 | +* Fully configurable key mappings. |
21 | 31 |
|
22 | | -For more information on the development of Double Commander, |
23 | | -see the [Development](https://github.com/doublecmd/doublecmd/wiki/Development) page. |
| 32 | +Build |
| 33 | +--------- |
| 34 | +**Building the project on windows.** |
24 | 35 |
|
25 | | -### Discuss |
26 | | - |
27 | | -Go to our [forum](https://doublecmd.h1n.ru) for discussions. There are English and Russian sections. |
| 36 | +1. Download [Lazarus](http://www.lazarus-ide.org/) version 1.8 or higher and install to c:\lazarus |
| 37 | +2. Clone this repository using "git clone https://github.com/double-commander/doublecmd.git" or fork the project and clone your repository. |
| 38 | +3. Run build.bat |
28 | 39 |
|
29 | | -If you want to stay up-to-date with the project, you can check out the available [news feeds](https://github.com/doublecmd/doublecmd/wiki/News-feeds). |
| 40 | +Opening new issues |
| 41 | +--------- |
| 42 | +* Prior opening a new issue please review the [current issues](../../issues) to make sure an identical issue isn't already exists. |
| 43 | +* Test your issue using one of the [lastest builds](../../releases) to make sure it's still relevant |
| 44 | +* Bugs should use this [template](../../wiki/Open-a-bug-template) |
| 45 | + |
| 46 | +Work flow |
| 47 | +--------- |
| 48 | +Since currently changes are slim, the 'master' branch in this repository is being rebased every week on top of the master branch in the upstream repository. |
| 49 | +Once a fair amount of developers will use this repository, a rebase will not occur, but a normal |
| 50 | +merge. |
0 commit comments