Skip to content

Commit 641a80e

Browse files
techsavvyashclaude
andcommitted
docs: change tagline from Puppeteer to Playwright for terminals
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fad7a6b commit 641a80e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# termwright
22

3-
Puppeteer for terminals. Programmatic terminal control for AI agents via MCP.
3+
Playwright for terminals. Programmatic terminal control for AI agents via MCP.
44

55
## What it does
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "termwright",
33
"version": "0.0.1",
4-
"description": "Puppeteer for terminals - programmatic terminal control for AI agents",
4+
"description": "Playwright for terminals - programmatic terminal control for AI agents",
55
"type": "module",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -32,7 +32,7 @@
3232
"mcp",
3333
"automation",
3434
"testing",
35-
"puppeteer",
35+
"playwright",
3636
"cli",
3737
"ghostty",
3838
"libghostty"

src/web-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function getIndexHtml(host: string, port: number): string {
261261
<body>
262262
<div class="container">
263263
<h1>termwright</h1>
264-
<p class="subtitle">Puppeteer for terminals - Web Interface with ghostty-web</p>
264+
<p class="subtitle">Playwright for terminals - Web Interface with ghostty-web</p>
265265
266266
<div class="card">
267267
<h2>Active Sessions</h2>

0 commit comments

Comments
 (0)