ttyd-mux 0.2.1 → 0.2.2
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 +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,16 @@ A CLI tool for managing multiple ttyd+tmux web terminal sessions.
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## Motivation / 開発動機
|
|
10
|
+
|
|
11
|
+
**English:**
|
|
12
|
+
This tool was developed to easily access terminal sessions running AI coding assistants like [Claude Code](https://docs.anthropic.com/en/docs/claude-code) from a web browser. When running long coding sessions with AI assistants on a remote server, you can monitor and interact with them from anywhere through your browser.
|
|
13
|
+
|
|
14
|
+
**日本語:**
|
|
15
|
+
このツールは、[Claude Code](https://docs.anthropic.com/ja/docs/claude-code) などの AI コーディングアシスタントを実行しているターミナルセッションに、ブラウザから簡単にアクセスできるようにする目的で開発されました。リモートサーバーで AI アシスタントと長時間のコーディングセッションを実行する際、ブラウザからどこからでも監視・操作できます。
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
9
19
|
## Overview / 概要
|
|
10
20
|
|
|
11
21
|
**English:**
|
|
@@ -14,6 +24,7 @@ ttyd-mux makes it easy to manage multiple web terminal (ttyd) sessions.
|
|
|
14
24
|
- Run `ttyd-mux up` in any directory to start a browser-accessible terminal
|
|
15
25
|
- Provides a portal page to manage all sessions
|
|
16
26
|
- Integrates with reverse proxies like Caddy for external access
|
|
27
|
+
- Perfect for monitoring AI coding assistants like Claude Code remotely
|
|
17
28
|
|
|
18
29
|
**日本語:**
|
|
19
30
|
ttyd-mux は、複数の Web ターミナル(ttyd)セッションを簡単に管理するためのツールです。
|
|
@@ -21,6 +32,7 @@ ttyd-mux は、複数の Web ターミナル(ttyd)セッションを簡単
|
|
|
21
32
|
- カレントディレクトリで `ttyd-mux up` するだけでブラウザアクセス可能なターミナルを起動
|
|
22
33
|
- 複数セッションを一元管理するポータルページを提供
|
|
23
34
|
- Caddy などのリバースプロキシと連携して外部公開
|
|
35
|
+
- Claude Code などの AI コーディングアシスタントをリモートから監視するのに最適
|
|
24
36
|
|
|
25
37
|
## Installation / インストール
|
|
26
38
|
|
package/package.json
CHANGED