xattred icon

xattred 1.5,2023.05

Extended attribute editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "xattred",
  "version": "1.5,2023.05",
  "src": {
    "url": "https://eclecticlightdotcom.files.wordpress.com/2023/05/xattred15.zip",
    "sha256": "044fdd02921e867a4dd78b3979c55d8efacbd526ea4fcc5bc560523d58bc66b6"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/xattred15/xattred.app\" && cp -r \"xattred15/xattred.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Extended attribute editor",
    "homepage": "https://eclecticlight.co/xattred-sandstrip-xattr-tools/"
  }
}