Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcinbojko/doublecmd
- Owner: marcinbojko
- Created: 2016-12-01T17:03:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T15:18:09.000Z (about 2 months ago)
- Last Synced: 2024-11-12T15:27:51.222Z (about 2 months ago)
- Topics: chocolatey, doublecmd, filemanager
- Language: PowerShell
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```