~/tool-stack_

// Compare two texts and highlight the differences

Compare two pieces of text and see a line-by-line diff with added lines in green and removed lines in red. Uses the LCS (Longest Common Subsequence) algorithm for accurate results. Useful for comparing config files, code snippets, or any text documents.