Two commands for comparing text and JSON directly in Raycast — everything runs locally, nothing leaves your machine.
Compare any two plain-text snippets line by line. Paste an original and a changed version — additions are marked with >>> and removals with <<<. If both inputs are identical, a toast will let you know.
Compare two JSON objects with a git-style diff view. Only changed lines are shown alongside a few lines of context — large unchanged sections are collapsed so differences are immediately visible without scrolling.