qlzipinfo icon

qlzipinfo 1.2.7

List out the contents of a zip file in the QuickLook preview

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    qlzipinfo # qlzipinfo
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    qlzipinfo # qlzipinfo
  ];
}

Package Definition

{
  "pname": "qlzipinfo",
  "version": "1.2.7",
  "src": {
    "url": "https://github.com/srirangav/qlZipInfo/releases/download/v.1.2.7/qlZipInfo-1.2.7.dmg",
    "sha256": "397aef8f48bb62865ee6f8655b3e622e2b90eab2c67acbf775a95a23f63a0c25"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/QuickLook/qlZipInfo.qlgenerator\" && cp -r \"qlZipInfo.qlgenerator\" \"$out/Library/QuickLook\""
  ],
  "meta": {
    "description": "List out the contents of a zip file in the QuickLook preview",
    "homepage": "https://github.com/srirangav/qlZipInfo"
  }
}