rcmd icon

rcmd 3.5.0b1

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.5.0b1",
  "src": {
    "url": "https://files.lowtechguys.com/releases/rcmd-3.5.0b1.dmg",
    "sha256": "9ba4b274171fb6727456861f8f17cde0cf5649b1dacdeaf7e288c2514f29e550"
  },
  "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/"
  }
}