SmoothCSV icon

SmoothCSV 3.18.1

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.18.1",
  "src": {
    "url": "https://github.com/kohii/smoothcsv3/releases/download/v3.18.1/SmoothCSV_3.18.1_universal.dmg",
    "sha256": "6af9c3b20f2812648b14fe31c532082a4f42179fb1f21d392ab9d0dab6d59040"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SmoothCSV.app\" && cp -r \"SmoothCSV.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "CSV editor",
    "homepage": "https://smoothcsv.com/"
  }
}