rcmd icon

rcmd 3.5.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.5.4",
  "src": {
    "url": "https://files.lowtechguys.com/releases/rcmd-3.5.4.dmg",
    "sha256": "789b45d229c0e6d22ff81330c2b852080e52a1c353b33745a2fb563a0e3d4eb1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/rcmd.app\" && cp -r \"rcmd.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/rcmd.app/Contents/SharedSupport/rcmdCLI\" \"$out/bin/rcmd\""
  ],
  "meta": {
    "description": "App switcher driven by the Right Command key",
    "homepage": "https://lowtechguys.com/rcmd/"
  }
}