TextGrabber2 icon

TextGrabber2 1.5.1

Menu bar app that detects text from copied images

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "textgrabber2",
  "version": "1.5.1",
  "src": {
    "url": "https://github.com/TextGrabber2-app/TextGrabber2/releases/download/v1.5.1/TextGrabber2-1.5.1.dmg",
    "sha256": "5b9db2e4a970e950754fd46229ca05c7d541818f65947f45c4f7c8cb18253c6a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TextGrabber2.app\" && cp -r \"TextGrabber2.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Menu bar app that detects text from copied images",
    "homepage": "https://github.com/TextGrabber2-app/TextGrabber2"
  }
}