aText icon

aText 3.21

Tool to replace abbreviations while typing

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "atext",
  "version": "3.21",
  "src": {
    "url": "https://www.trankynam.com/atext/downloads/aText.dmg",
    "sha256": "no_check"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"aText.app\" \"$out/Applications/aText.app\""
  ],
  "meta": {
    "description": "Tool to replace abbreviations while typing",
    "homepage": "https://www.trankynam.com/atext/"
  }
}