TheCommander icon

TheCommander 1.0.65

Dual-panel file manager inspired by Total Commander

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "thecommander",
  "version": "1.0.65",
  "src": {
    "url": "https://die-gutbrods.de/thecommander/updates/TheCommander-1.0.65.dmg",
    "sha256": "e10228781705fa2e3a4a2efc1e2807b807468e90ef9b9048c3f58f37a27fa894"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TheCommander.app\" && cp -r \"TheCommander.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Dual-panel file manager inspired by Total Commander",
    "homepage": "https://die-gutbrods.de/thecommander/"
  }
}