Difftastic Supports diffing using Strings as arguments, instead of passing a path to the file.
bash-3.2$ difft <(echo "\"123\"") <(echo "\"456\"")
/dev/fd/63 --- Text
1 "123" 1 "456"
It would be great if we wouldn't have to create Tempfiles for diffing.
We might need a --ext-type=ruby or similar for the difft executable to be able to get the diff passed through the Ruby Tree Sitter parser.
Difftastic Supports diffing using Strings as arguments, instead of passing a path to the file.
It would be great if we wouldn't have to create
Tempfiles for diffing.We might need a
--ext-type=rubyor similar for thedifftexecutable to be able to get the diff passed through the Ruby Tree Sitter parser.