Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doublecmd.el.po #32

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 38 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,50 @@
**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. It is inspired by Total Commander and features some new ideas.
**Note!**

Double Commander can be run on several platforms and operating systems.
It supports 32-bit and 64-bit processors. See [Supported platforms](https://github.com/doublecmd/doublecmd/wiki/Supported-platforms)
for a complete list.
Since most of the updates are integrated from the upstream repository, this repository is occasionally rebased.

See Double Commander in action in the [Gallery](https://doublecmd.sourceforge.io/gallery).
## [Download](https://github.com/double-commander/doublecmd/releases)

## Where to start
# Double commander ![logo](https://doublecmd.sourceforge.io/site/images/logo.png "Double commander")

- Download
**A twin panel (side by side) cross platform open source file manager.**


Go to [Double Commander download page](https://sourceforge.net/p/doublecmd/wiki/Download) to download the latest release.
This Double commander on github is fork of the [official double commander project at github](https://github.com/doublecmd/doublecmd).
It is inspired by [Total Commander](http://www.ghisler.com/) and features some new ideas.

<!-- -->
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.

You can check the latest version on the [Versions](https://github.com/doublecmd/doublecmd/wiki/Versions) page.
Key Features
------------

See if Double Commander is supported for your platform on the [Supported
platforms](https://github.com/doublecmd/doublecmd/wiki/Supported-platforms) page.
* Unicode support.
* Background file operations.
* Multi-rename tool.
* Tabbed interface.
* Configurable file panel columns.
* Internal file viewer and text editor.
* Folder like bahviour of many archive file types.
* Advanced search (in files).
* Configurable button bar to start external programs or internal menu commands.
* Total Commander plugins compatibility WCX, WDX and WLX plug-ins support.
* File operations logging.
* Fully configurable key mappings.

- Develop
Build
---------
**Building the project on windows.**


If you want to get more information on development of Double Commander
see [Development](https://github.com/doublecmd/doublecmd/wiki/Development) page.
1. Download [Lazarus](http://www.lazarus-ide.org/) version 1.8 or higher and install to c:\lazarus
2. Clone this repository using "git clone https://github.com/double-commander/doublecmd.git" or fork the project and clone your repository.
3. Run build.bat

- Discuss
Opening new issues
---------
* Prior opening a new issue please review the [current issues](../../issues) to make sure an identical issue isn't already exists.
* Test your issue using one of the [lastest builds](../../releases) to make sure it's still relevant
* Bugs should use this [template](../../wiki/Open-a-bug-template)


Go to our [forum](https://doublecmd.h1n.ru) for discussions. There are English and Russian
sections.

Also check out the various [news feeds](https://github.com/doublecmd/doublecmd/wiki/News-feeds) that are available, if you
want to stay up-to-date with the project.
Work flow
---------
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.
Once a fair amount of developers will use this repository, a rebase will not occur, but a normal
merge.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

rem Add Lazarus installation to path
if [%LAZARUS_HOME%] == [] set LAZARUS_HOME=D:\Alexx\Prog\FreePascal\Lazarus
if [%LAZARUS_HOME%] == [] set LAZARUS_HOME=c:\lazarus
set PATH=%LAZARUS_HOME%;%PATH%

rem You can execute this script with different parameters:
Expand Down
Loading