-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels