Funter icon

Funter 6.2.7,360

Shows hidden files and folders and switches their visibility in Finder

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "funter",
  "version": "6.2.7,360",
  "src": {
    "url": "https://download.nektony.com/download/funter/Funter.dmg?build=360",
    "sha256": "779dfce67b3cbabc88ffd3ec7979556081f9ef72281c33bf6f1c824c2624a78f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Funter 6.app\" && cp -r \"Funter 6.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Shows hidden files and folders and switches their visibility in Finder",
    "homepage": "https://nektony.com/products/funter"
  }
}