Simple utility that diffs stdin lines
```bash $ echo "1\n1\n2\n2\n3\n1\n" | ldiff
1 2 3 1
```
cargo install ldiff
MIT License