Tablecruncher icon

Tablecruncher 1.7.0

Lightweight CSV editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "tablecruncher",
  "version": "1.7.0",
  "src": {
    "url": "https://tablecruncher.com/download/Tablecruncher-1.7.0-arm64.zip",
    "sha256": "11dfed89498a9f30ce323ce16159aa9a24b4665634f4bea293682f40eb07cdab"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tablecruncher.app\" && cp -r \"Tablecruncher.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Lightweight CSV editor",
    "homepage": "https://tablecruncher.com/"
  }
}