Shell360 icon

Shell360 0.2.1

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.1",
  "src": {
    "url": "https://github.com/nashaofu/shell360/releases/download/v0.2.1/Shell360_0.2.1_aarch64.dmg",
    "sha256": "149dbb763a20c1f5a6e4831ee7180315f9d182c797f2221a0c4d03dacc42f640"
  },
  "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"
  }
}