ShowHiddenFiles icon

ShowHiddenFiles 2.0.6,62

Reveals hidden files in Finder

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "showhiddenfiles",
  "version": "2.0.6,62",
  "src": {
    "url": "https://gotoes.org/sales/ShowHiddenFilesMacOSX/ShowAllFiles.app.zip",
    "sha256": "no_check"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"ShowHiddenFiles.app\" \"$out/Applications/ShowHiddenFiles.app\""
  ],
  "meta": {
    "description": "Reveals hidden files in Finder",
    "homepage": "https://gotoes.org/sales/ShowHiddenFilesMacOSX/How_To_Show_Hidden_Files.php"
  }
}