@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 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
- <!-- TODO: add screenshot -->
8
- <!-- <img width="600" alt="pi-diff screenshot" src="https://github.com/heyhuynhgiabuu/pi-diff/raw/main/media/screenshot.png" /> -->
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
 
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heyhuynhgiabuu/pi-diff",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Shiki-powered terminal diff renderer for pi — syntax-highlighted, word-level diffs in split and unified views.",
5
5
  "author": "huynhgiabuu",
6
6
  "license": "MIT",