KeyCastr icon

KeyCastr 0.10.2

Open-source keystroke visualiser

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "keycastr",
  "version": "0.10.2",
  "src": {
    "url": "https://github.com/keycastr/keycastr/releases/download/v0.10.2/KeyCastr.app.zip",
    "sha256": "b7c86d07fd485849c492d300b0cfefc32a2e9750adffd53295f0541d29296b23"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/KeyCastr.app\" && cp -r \"KeyCastr.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open-source keystroke visualiser",
    "homepage": "https://github.com/keycastr/keycastr"
  }
}