Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#1048·difftastic

It might be possible to display the diff for strings more effectively.

Author: salisbury-espinosaCreated Aug 20, 2026Updated Aug 20, 2026

an example of the diff for two ts files containing lines of SQL code:

  1. difft 1.ts 2.ts ==> 7 lines
difft
  1. delta 1.ts 2.ts ( https://github.com/dandavison/delta ) ==> 3 lines
delta

Source: Wilfred/difftastic

View original on GitHubView discussion on GitHub