TheCommander icon

TheCommander 1.0.62

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.62",
  "src": {
    "url": "https://die-gutbrods.de/thecommander/updates/TheCommander-1.0.62.dmg",
    "sha256": "7dc4bf3f380ba0226232b51a109e2efe8109c592ad2c54beb9065395a214b780"
  },
  "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/"
  }
}