TheCommander icon

TheCommander 1.0.60

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.60",
  "src": {
    "url": "https://die-gutbrods.de/thecommander/updates/TheCommander-1.0.60.dmg",
    "sha256": "65e0eec2167312f1ca8243fa77d33c6c7a92cab4ef40fda4e13842ff8077145c"
  },
  "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/"
  }
}