SmoothCSV icon

SmoothCSV 3.11.0

CSV editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "smoothcsv",
  "version": "3.11.0",
  "src": {
    "url": "https://github.com/kohii/smoothcsv3/releases/download/v3.11.0/SmoothCSV_3.11.0_universal.dmg",
    "sha256": "d96706701941df2ec18b5754fe11b3544ae34001251c21bffeb872e58dfba294"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SmoothCSV.app\" && cp -r \"SmoothCSV.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "CSV editor",
    "homepage": "https://smoothcsv.com/"
  }
}