summaryrefslogtreecommitdiff
path: root/Userland/Utilities/diff.cpp
AgeCommit message (Collapse)Author
2021-12-16diff: Port to LibMainKenneth Myhra
2021-09-24diff: Only color output when stdout is a ttyMustafa Quraish
If we're redirecting the output somewhere, we likely don't want to have ANSI codes in the middle of our diff output.
2021-09-24diff: Show start/end of line ranges in source/target filesMustafa Quraish
This behaves very much like the regular diff command, showing the start lines and ranges of additions/changes/deletions in both the source and target files.
2021-09-17Utilities: Add a basic `diff` utilityMustafa Quraish