Shell360 icon

Shell360 0.1.20

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