RewriteBar icon

RewriteBar 2.31.0

AI-powered writing assistant

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "rewritebar",
  "version": "2.31.0",
  "src": {
    "url": "https://rewritebar.com/download/v2.31.0.zip",
    "sha256": "c8a924fec8fdd435fbff43e5cf1793fd106af2d513b34e1410c77c05617fc104"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/RewriteBar.app\" && cp -r \"RewriteBar.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI-powered writing assistant",
    "homepage": "https://rewritebar.com/"
  }
}