I asked AI to create 7-zip plugin for DoucbleCommander.
Prerequisites
The 7z command-line tool must be installed on your system.
macOS
brew install p7zip
Linux
# Debian/Ubuntu
sudo apt install p7zip-full
# Fedora
sudo dnf install p7zip
# Arch
sudo pacman -S p7zip
Windows
Install 7-Zip and ensure 7z.exe is in your PATH.
Installation
- placing the file in your Double Commander plugins directory:
- macOS: ~/Library/Application Support/doublecmd/plugins/wcx/
- Linux: ~/.config/doublecmd/plugins/wcx/
- Windows: %APPDATA%\doublecmd\plugins\wcx\
- Register in Double Commander via Settings → Options → Plugins → WCX → Add
- Ensure 7z is installed on the target system (see Prerequisites)
Test result
| platform | result |
|---|---|
| macOS | ✅ |
| Linux | not test |
| Windows | not test |