An open API service indexing awesome lists of open source software.

https://github.com/klml/ediff


https://github.com/klml/ediff

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ediff

__ediff__ shows changes done with [diff](https://linux.die.net/man/1/diff) after editing a file on stdout.

Example:
```
$ ediff index.md
index.md
26c26
< invidunt ut labore NEW dolore magna aliquyam erat,
---
> invidunt ut labore et dolore magna aliquyam erat,
```

Not to be confused with [editdiff](https://linux.die.net/man/1/editdiff).