A Better Finder Attributes icon

A Better Finder Attributes 7.44

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.44",
  "src": {
    "url": "https://www.publicspace.net/download/signedABFA7.zip",
    "sha256": "2f7cd6fb3f8fbcc135c6f4ea83a0f064b54645c63dd312ab66d82aeae270bfce"
  },
  "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/"
  }
}