diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c31de4781..a27d8fead 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ for reviews. Feature suggestions are subject to discussion via issues. ## Code style -Reference existing [AGENTS.md](https://github.com/sst/opentui/blob/main/AGENTS.md) or project conventions if applicable. +Reference existing [AGENTS.md](https://github.com/anomalyco/opentui/blob/main/AGENTS.md) or project conventions if applicable. ## Code of conduct diff --git a/README.md b/README.md index 908363794..adeb8065c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
npm - Build status + Build status awesome opentui list
@@ -39,12 +39,12 @@ You can quickly try out OpenTUI examples without cloning the repository: **For macOS, Linux, WSL, Git Bash:** ```bash -curl -fsSL https://raw.githubusercontent.com/sst/opentui/main/packages/core/src/examples/install.sh | sh +curl -fsSL https://raw.githubusercontent.com/anomalyco/opentui/main/packages/core/src/examples/install.sh | sh ``` **For Windows (PowerShell/CMD):** -Download the latest release directly from [GitHub Releases](https://github.com/sst/opentui/releases/latest) +Download the latest release directly from [GitHub Releases](https://github.com/anomalyco/opentui/releases/latest) ## Running Examples (from the repo root) diff --git a/packages/core/docs/development.md b/packages/core/docs/development.md index fdb9dd399..c9fea35e8 100644 --- a/packages/core/docs/development.md +++ b/packages/core/docs/development.md @@ -8,7 +8,7 @@ ## Setup ```bash -git clone https://github.com/sst/opentui.git +git clone https://github.com/anomalyco/opentui.git cd opentui bun install ``` diff --git a/packages/core/package.json b/packages/core/package.json index ca9f0ded3..db150ea69 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "description": "OpenTUI is a TypeScript library for building terminal user interfaces (TUIs)", "repository": { "type": "git", - "url": "https://github.com/sst/opentui", + "url": "https://github.com/anomalyco/opentui", "directory": "packages/core" }, "types": "src/index.ts", diff --git a/packages/core/src/renderables/Box.ts b/packages/core/src/renderables/Box.ts index 85318b215..ea95c3bb6 100644 --- a/packages/core/src/renderables/Box.ts +++ b/packages/core/src/renderables/Box.ts @@ -92,7 +92,7 @@ export class BoxRenderable extends Renderable { } private initializeBorder(): void { - // https://github.com/sst/opentui/issues/186 + // https://github.com/anomalyco/opentui/issues/186 // Solid-js reconciler does not pass props to constructor on init, // so we need to initialize the border when supporting properties are set. // borderStyle, borderColor, focusedBorderColor diff --git a/packages/core/src/tests/renderer.useMouse.test.ts b/packages/core/src/tests/renderer.useMouse.test.ts index a5dbd19c7..258e0771c 100644 --- a/packages/core/src/tests/renderer.useMouse.test.ts +++ b/packages/core/src/tests/renderer.useMouse.test.ts @@ -6,7 +6,7 @@ import { createTestRenderer } from "../testing/test-renderer" // Tests avoid actually outputting to the terminal during test runs, // to not mess up the terminal state. // What actually gets written can be tested properly when -// https://github.com/sst/opentui/pull/238 is merged. +// https://github.com/anomalyco/opentui/pull/238 is merged. describe("useMouse configuration", () => { test("useMouse: true sets renderer.useMouse to true", async () => { const { renderer } = await createTestRenderer({ diff --git a/packages/react/README.md b/packages/react/README.md index abf8a937c..8dc47e0f0 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -1,6 +1,6 @@ # @opentui/react -A React renderer for building terminal user interfaces using [OpenTUI core](https://github.com/sst/opentui). Create rich, interactive console applications with familiar React patterns and components. +A React renderer for building terminal user interfaces using [OpenTUI core](https://github.com/anomalyco/opentui). Create rich, interactive console applications with familiar React patterns and components. ## Installation diff --git a/packages/react/package.json b/packages/react/package.json index 7c5ed10d5..0a10171ab 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sst/opentui", + "url": "https://github.com/anomalyco/opentui", "directory": "packages/react" }, "module": "src/index.ts", diff --git a/packages/react/tests/link.test.tsx b/packages/react/tests/link.test.tsx index 22e898fe2..7114e98e0 100644 --- a/packages/react/tests/link.test.tsx +++ b/packages/react/tests/link.test.tsx @@ -57,7 +57,8 @@ describe("Link Rendering Tests", () => { test("should render link inside text with other elements", async () => { testSetup = await testRender( - Check out GitHub and our website + Check out GitHub and{" "} + our website , { width: 60, diff --git a/packages/solid/README.md b/packages/solid/README.md index 67d6d6818..c47181ff5 100644 --- a/packages/solid/README.md +++ b/packages/solid/README.md @@ -1,6 +1,6 @@ # @opentui/solid -Solid.js support for [OpenTUI](https://github.com/sst/opentui). +Solid.js support for [OpenTUI](https://github.com/anomalyco/opentui). ## Installation @@ -37,7 +37,7 @@ render(() => Hello, World!) 4. Run with `bun index.tsx`. -5. To build use [Bun.build](https://bun.com/docs/bundler) ([source](https://github.com/sst/opentui/issues/122)): +5. To build use [Bun.build](https://bun.com/docs/bundler) ([source](https://github.com/anomalyco/opentui/issues/122)): ```ts import solidPlugin from "@opentui/solid/bun-plugin" diff --git a/packages/solid/package.json b/packages/solid/package.json index 4b570c975..9e53cd1e1 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -4,7 +4,7 @@ "description": "SolidJS renderer for OpenTUI", "repository": { "type": "git", - "url": "https://github.com/sst/opentui", + "url": "https://github.com/anomalyco/opentui", "directory": "packages/solid" }, "module": "index.ts", diff --git a/packages/solid/tests/link.test.tsx b/packages/solid/tests/link.test.tsx index c9267c5fe..699bacd08 100644 --- a/packages/solid/tests/link.test.tsx +++ b/packages/solid/tests/link.test.tsx @@ -62,7 +62,7 @@ describe("Link Rendering Tests", () => { testSetup = await testRender( () => ( - Check out GitHub and{" "} + Check out GitHub and{" "} our website ),