Expand description
Difftastic is a syntactic diff tool.
For usage instructions and advice on contributing, see the manual.
ModulesΒ§
- conflicts πApply conflict markers to obtain the original file contents.
- constants π
- diff π
- display π
- exit_
codes π - files πFile reading utilities.
- gitattributes π
- hash π
- line_
parser πA fallback βparserβ for plain text. - lines πManipulate lines of text and groups of lines.
- options πCLI option parsing.
- parse π
- summary πData types summarising the result of diffing content.
- version π
- words π
StaticsΒ§
- GLOBAL π
FunctionsΒ§
- check_
only_ πtext - diff_
conflicts_ πfile - diff_
directories πGiven two directories that contain the files, compare them pairwise. Returns an iterator, so we can print results incrementally. - diff_
file πPrint a diff between two files. - diff_
file_ πcontent - main πThe entrypoint.
- print_
diff_ πresult - reset_
sigpipe πTerminate the process if we get SIGPIPE.