ForkLift icon

ForkLift 4.5

Finder replacement and FTP, SFTP, WebDAV and Amazon s3 client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "forklift",
  "version": "4.5",
  "src": {
    "url": "https://download.binarynights.com/ForkLift/ForkLift4.5.zip",
    "sha256": "c61222c98f47cdbea3c9fde50a4b2bf067bbc715397068c579339f970e019585"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ForkLift.app\" && cp -r \"ForkLift.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Finder replacement and FTP, SFTP, WebDAV and Amazon s3 client",
    "homepage": "https://binarynights.com/"
  }
}