rcmd icon

rcmd 3.2.4

App switcher driven by the Right Command key

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "rcmd",
  "version": "3.2.4",
  "src": {
    "url": "https://files.lowtechguys.com/releases/rcmd-3.2.4.dmg",
    "sha256": "0063e232ce13a3b8baf0a6308300001ad48da7c7ac7e4d7b4871c153120af704"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/rcmd.app\" && cp -r \"rcmd.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "App switcher driven by the Right Command key",
    "homepage": "https://lowtechguys.com/rcmd/"
  }
}