https://github.com/xbzzzz/nix-archive-doublecmd
nix archive (*.nar) double commander packer plugin (unpack only)
https://github.com/xbzzzz/nix-archive-doublecmd
double-commander doublecmd nix wcx wcx-plugin
Last synced: about 2 months ago
JSON representation
nix archive (*.nar) double commander packer plugin (unpack only)
- Host: GitHub
- URL: https://github.com/xbzzzz/nix-archive-doublecmd
- Owner: xBZZZZ
- License: gpl-2.0
- Created: 2025-01-29T14:55:27.000Z (4 months ago)
- Default Branch: m
- Last Pushed: 2025-02-04T07:03:19.000Z (3 months ago)
- Last Synced: 2025-03-28T20:13:35.788Z (about 2 months ago)
- Topics: double-commander, doublecmd, nix, wcx, wcx-plugin
- Language: Zig
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
nix archive (*.nar) double commander packer plugin (unpack only)how to install
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
windowhow to compile source code
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
:nix-archive-doublecmd/makefile zig=/tmp/asd/zig-linux-x86_64-0.14.0-dev.2851+b074fb7dd/zig(replace/tmp/asd/zig-linux-x86_64-0.14.0-dev.2851+b074fb7dd/zig
withzig
executable path)