nix archive (*.nar) double commander packer plugin (unpack only)
note: double commander doesn't copy plugin file, don't delete nix-archive-doublecmd-linux-amd64.wcx
after installing
- download
nix-archive-doublecmd-linux-amd64.wcx
from latest release or compile source code - open double commander
Options
window - select
Plugins WCX
left (←) side - click
Add
- open
nix-archive-doublecmd-linux-amd64.wcx
in file picker - type
nar
inEnter extension
window and clickOK
- click
OK
inOptions
window
note: don't use paths with shell or makefile special characters (like space)
- create folder where
nix-archive-doublecmd-linux-amd64.wcx
and intermediary files will be created:mkdir /tmp/asd
cd /tmp/asd
- download and extract
zig
compiler binary from https://ziglang.org/download/ - download this repo:
git clone --depth=1 https://github.com/xBZZZZ/nix-archive-doublecmd.git
- compile
nix-archive-doublecmd-linux-amd64.wcx
:(replacenix-archive-doublecmd/makefile zig=/tmp/asd/zig-linux-x86_64-0.14.0-dev.2851+b074fb7dd/zig
/tmp/asd/zig-linux-x86_64-0.14.0-dev.2851+b074fb7dd/zig
withzig
executable path)