Toy ndiff command written in Rust
Find a file
2024-10-26 21:44:11 +03:00
.idea initial commit 2024-10-24 17:20:52 +03:00
src color differing line number as well 2024-10-26 21:44:11 +03:00
.gitignore initial commit 2024-10-24 17:20:52 +03:00
a.txt initial commit 2024-10-24 17:20:52 +03:00
b.txt initial commit 2024-10-24 17:20:52 +03:00
Cargo.lock install clap 2024-10-26 21:41:57 +03:00
Cargo.toml install clap 2024-10-26 21:41:57 +03:00
readme.md update readme.md 2024-10-26 21:42:09 +03:00

Ndiff

Ndiff is an educational Rust rewrite of the diff program.

Of course, it's no way near as featured as the diff command, since it's utility is to learn Rust concepts by completing a simple project.

Installation

You can install and play around with the program using the command line:

cargo install --git https://github.com/dnutiu/ndiff

To use the program run: ndiff a.txt b.txt