@heyhuynhgiabuu/pi-diff 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -2
- package/media/split.png +0 -0
- package/media/unified.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,13 @@ A [pi](https://pi.dev) extension that replaces the default `write` and `edit` to
|
|
|
4
4
|
|
|
5
5
|
> **Status:** Early release.
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
### Unified view — stacked single-column diff
|
|
8
|
+
|
|
9
|
+
<img width="700" alt="pi-diff unified view" src="https://github.com/heyhuynhgiabuu/pi-diff/raw/main/media/unified.png" />
|
|
10
|
+
|
|
11
|
+
### Split view — side-by-side comparison
|
|
12
|
+
|
|
13
|
+
<img width="700" alt="pi-diff split view" src="https://github.com/heyhuynhgiabuu/pi-diff/raw/main/media/split.png" />
|
|
9
14
|
|
|
10
15
|
## Features
|
|
11
16
|
|
package/media/split.png
ADDED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED