Funter icon

Funter 7.1.1,374

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": "7.1.1,374",
  "src": {
    "url": "https://download.nektony.com/download/funter/Funter.dmg?build=374",
    "sha256": "8a8f8784ef3042106ff1f776803d96682f079c175e21a63d8f42568205e1081c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Funter 7.app\" && cp -r \"Funter 7.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Shows hidden files and folders and switches their visibility in Finder",
    "homepage": "https://nektony.com/products/funter"
  }
}