https://github.com/dnutiu/ndiff
Toy ndiff command written in Rust
https://github.com/dnutiu/ndiff
Last synced: 8 months ago
JSON representation
Toy ndiff command written in Rust
- Host: GitHub
- URL: https://github.com/dnutiu/ndiff
- Owner: dnutiu
- Created: 2024-10-24T14:21:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-27T12:00:20.000Z (over 1 year ago)
- Last Synced: 2025-02-18T00:05:38.797Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Ndiff
Ndiff is an educational Rust rewrite of the [diff](https://linux.die.net/man/1/diff) program.
Of course, it's no way near as featured as
the [diff](https://linux.die.net/man/1/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:
```bash
cargo install --git https://github.com/dnutiu/ndiff
```
To use the program run: `ndiff a.txt b.txt`