KeyClu icon

KeyClu 0.32

Find shortcuts for any installed application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "keyclu",
  "version": "0.32",
  "src": {
    "url": "https://github.com/Anze/KeyCluCask/releases/download/v0.32/KeyClu.zip",
    "sha256": "0f28de586ae1335621ed6ecff19255b1c320e4fe2ebb0ef2e96fc07ac0104d96"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/KeyClu.app\" && cp -r \"KeyClu.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Find shortcuts for any installed application",
    "homepage": "https://sergii.tatarenkov.name/keyclu/support/"
  }
}