@heyhuynhgiabuu/pi-pretty 0.1.8 → 0.2.0

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
@@ -1,7 +1,7 @@
1
1
  # pi-pretty
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@heyhuynhgiabuu/pi-pretty)](https://www.npmjs.com/package/@heyhuynhgiabuu/pi-pretty)
4
- [![GitHub release](https://img.shields.io/github/v/release/heyhuynhgiabuu/pi-pretty)](https://github.com/heyhuynhgiabuu/pi-pretty/releases/latest)
4
+ [![GitHub release](https://img.shields.io/github/v/release/buddingnewinsights/pi-pretty)](https://github.com/buddingnewinsights/pi-pretty/releases/latest)
5
5
 
6
6
  A [pi](https://pi.dev) extension that upgrades built-in tool output in the terminal without changing tool behavior.
7
7
 
@@ -11,7 +11,7 @@ It currently enhances:
11
11
  - **`bash`**: colored exit summary (`exit 0`/`exit 1`) with a preview body of command output
12
12
  - **`ls` / `find` / `grep`**: Nerd Font file icons with tree/grouped layouts and clearer match rendering
13
13
 
14
- > Companion to [@heyhuynhgiabuu/pi-diff](https://github.com/heyhuynhgiabuu/pi-diff) for `write`/`edit` diff rendering.
14
+ > Companion to [@heyhuynhgiabuu/pi-diff](https://github.com/buddingnewinsights/pi-diff) for `write`/`edit` diff rendering.
15
15
 
16
16
  ## Install
17
17
 
@@ -19,7 +19,7 @@ It currently enhances:
19
19
  pi install npm:@heyhuynhgiabuu/pi-pretty
20
20
  ```
21
21
 
22
- Latest release: https://github.com/heyhuynhgiabuu/pi-pretty/releases/latest
22
+ Latest release: https://github.com/buddingnewinsights/pi-pretty/releases/latest
23
23
 
24
24
  Or load locally:
25
25
 
@@ -64,4 +64,4 @@ npm test
64
64
 
65
65
  ## License
66
66
 
67
- MIT — [huynhgiabuu](https://github.com/heyhuynhgiabuu)
67
+ MIT — [huynhgiabuu](https://github.com/buddingnewinsights)
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@heyhuynhgiabuu/pi-pretty",
3
- "version": "0.1.8",
3
+ "version": "0.2.0",
4
4
  "description": "Pretty terminal output for pi — syntax-highlighted file reads, colored bash output, tree-view directory listings, and more.",
5
5
  "author": "huynhgiabuu",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/heyhuynhgiabuu/pi-pretty.git"
9
+ "url": "git+https://github.com/buddingnewinsights/pi-pretty.git"
10
10
  },
11
- "homepage": "https://github.com/heyhuynhgiabuu/pi-pretty#readme",
11
+ "homepage": "https://github.com/buddingnewinsights/pi-pretty#readme",
12
12
  "bugs": {
13
- "url": "https://github.com/heyhuynhgiabuu/pi-pretty/issues"
13
+ "url": "https://github.com/buddingnewinsights/pi-pretty/issues"
14
14
  },
15
15
  "keywords": [
16
16
  "pi-package",
package/src/index.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * pi-pretty — Pretty terminal output for pi built-in tools.
3
3
  *
4
4
  * @module pi-pretty
5
- * @see https://github.com/heyhuynhgiabuu/pi-pretty
5
+ * @see https://github.com/buddingnewinsights/pi-pretty
6
6
  *
7
7
  * Enhances:
8
8
  * • read — syntax-highlighted file content with line numbers