Shell360 icon

Shell360 0.2.5

Cross-platform SSH & SFTP client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "shell360",
  "version": "0.2.5",
  "src": {
    "url": "https://github.com/nashaofu/shell360/releases/download/v0.2.5/Shell360_0.2.5_aarch64.dmg",
    "sha256": "52ac73160ae0605f48aae9e9cee3e6a5a722f5ee56d8a27122664610e3f6523f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Shell360.app\" && cp -r \"Shell360.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Cross-platform SSH & SFTP client",
    "homepage": "https://github.com/nashaofu/shell360"
  }
}