Writefull icon

Writefull 3.0.0-beta19

Provides feedback on your writing

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "writefull",
  "version": "3.0.0-beta19",
  "src": {
    "url": "https://writefull-binaries.s3.amazonaws.com/3.0.0-beta19/Writefull.dmg",
    "sha256": "0b424a82bbf184661ca7f0dd6459a8248ccb643cf07855fadab1481e10445c8d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Writefull.app\" && cp -r \"Writefull.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Provides feedback on your writing",
    "homepage": "https://writefullapp.com/"
  }
}