TRex icon

TRex 1.9.0

Easy to use text extraction tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "trex",
  "version": "1.9.0",
  "src": {
    "url": "https://github.com/amebalabs/TRex/releases/download/v1.9.0/TRex-1.9.0.zip",
    "sha256": "d8ff68dfee2f193ea253cd0bbaaefae958d9ddb64ebdc297002a4ac3e1373db7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TRex.app\" && cp -r \"TRex.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Easy to use text extraction tool",
    "homepage": "https://trex.ameba.co/"
  }
}