Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcinbojko/doublecmd

Double Commander for Windows Chocolatey package
https://github.com/marcinbojko/doublecmd

chocolatey doublecmd filemanager

Last synced: 27 days ago
JSON representation

Double Commander for Windows Chocolatey package

Awesome Lists containing this project

README

        

# Double Commander

![Chocolatey](https://img.shields.io/badge/Chocolatey-orange)
![Windows2016](https://img.shields.io/badge/Windows-2016-blue)
![Windows2019](https://img.shields.io/badge/Windows-2019-blue)
![Windows2022](https://img.shields.io/badge/Windows-2022-blue)
![Windows10](https://img.shields.io/badge/Windows-10-lightblue)
![Windows11](https://img.shields.io/badge/Windows-11-lightblue)

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/marcinbojko)

Consider buying me a coffee if you like my work. All donations are appreciated. All donations will be used to pay for pipeline running costs

## Description

Double Commander is a cross-platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
Double Commander can be run on several platforms and operating systems. It supports 32-bit and 64-bit processors. See Supported platforms for a complete list.
See Double Commander in action in the Gallery.

## Features

- Install and uninstall via Chocolatey
- Supports 32/64-bit version

## Usage

### Direct

```cmd
choco install doublecmd -y
```

### YAML (Foreman, puppetlabs/chocolatey module)

```yaml
doublecmd:
ensure: latest
provider: chocolatey
```

or

```yaml
doublecmd:
ensure: latest
```