Zush icon

Zush 3.8.5

AI-powered file renamer and organiser

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "zush",
  "version": "3.8.5",
  "src": {
    "url": "https://zushapp.com/releases/Zush-3.8.5.dmg",
    "sha256": "5fbe5a25bd8b99c024f64e3d1246ce34a2b0eb3cec438895a15406eceb6743c9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Zush.app\" && cp -r \"Zush.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI-powered file renamer and organiser",
    "homepage": "https://zushapp.com/"
  }
}