Is there a modern alternative for diff - TechRepublic
Question
August 2, 2022 at 04:04 AM
raiders.sieves.0u

Is there a modern alternative for diff

by raiders.sieves.0u . Updated 3 years, 10 months ago

Ripgrep (written in Rust) is super-fast and does modern convenient things like ignore the contents of .git by default.

Is there anything like that to replace diff? I want to compare directory trees more than character differences within files. Something fast and accurate that ignores .git would be great.

All Comments