https://github.com/klml/ediff
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/klml/ediff
- Owner: klml
- License: gpl-3.0
- Created: 2020-12-31T16:31:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T20:53:28.000Z (over 4 years ago)
- Last Synced: 2025-02-12T08:40:55.125Z (4 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).