A Better Finder Attributes icon

A Better Finder Attributes 7.45

File and photo tweaking tool

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    a-better-finder-attributes # A Better Finder Attributes
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    a-better-finder-attributes # A Better Finder Attributes
  ];
}

Package Definition

{
  "pname": "a-better-finder-attributes",
  "version": "7.45",
  "src": {
    "url": "https://www.publicspace.net/download/signedABFA7.zip",
    "sha256": "2f2d2c003d7e89ea7fa57cb53934c9f7e02ec282be6ec0b68f260e16d872ba11"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/A Better Finder Attributes 7.app\" && cp -r \"A Better Finder Attributes 7.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "File and photo tweaking tool",
    "homepage": "https://www.publicspace.net/ABetterFinderAttributes/"
  }
}