QuitAll icon

QuitAll 1.3.6

Quickly quit one, some, or all apps

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    quit-all # QuitAll
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    quit-all # QuitAll
  ];
}

Package Definition

{
  "pname": "quit-all",
  "version": "1.3.6",
  "src": {
    "url": "https://amicoapps.com/wp-content/updates/quitall-1.3.6.zip",
    "sha256": "e5c5e797b4b1e35bbc24f9fce495efce9f48d4507f10dddd16295e737e1e12f8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/QuitAll.app\" && cp -r \"QuitAll.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Quickly quit one, some, or all apps",
    "homepage": "https://amicoapps.com/app/quit-all/"
  }
}