Table Tool icon

Table Tool 1.2.1

CSV file editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    table-tool # Table Tool
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    table-tool # Table Tool
  ];
}

Package Definition

{
  "pname": "table-tool",
  "version": "1.2.1",
  "src": {
    "url": "https://github.com/jakob/TableTool/releases/download/v1.2.1/tabletool-1.2.1.zip",
    "sha256": "e405f5aff5b74a8bb57f9e7dbc483a47d9c7d3d2ef095728d04e030e84017de1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Table Tool.app\" && cp -r \"Table Tool.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "CSV file editor",
    "homepage": "https://github.com/jakob/TableTool"
  }
}