tapback-cli 0.0.3 → 0.0.4
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/.markdownlint.json +3 -0
- package/README.md +14 -1
- package/images/phone.png +0 -0
- package/images/settings.png +0 -0
- package/images/terminal.png +0 -0
- package/package.json +1 -1
- package/src/server.js +1 -1
package/README.md
CHANGED
|
@@ -4,9 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
tmuxセッションの出力をWebSocket経由でリアルタイム配信し、スマホからターミナルの閲覧・コマンド入力ができます。
|
|
6
6
|
|
|
7
|
+
<p align="center">
|
|
8
|
+
<img src="images/terminal.png" width="280" alt="Terminal"><br>
|
|
9
|
+
<em>ターミナル起動画面 — URL・PIN・設定情報を表示</em>
|
|
10
|
+
</p>
|
|
11
|
+
<p align="center">
|
|
12
|
+
<img src="images/settings.png" width="280" alt="Settings"><br>
|
|
13
|
+
<em>設定画面 — PIN認証・プロキシポート・クイックボタンの管理</em>
|
|
14
|
+
</p>
|
|
15
|
+
<p align="center">
|
|
16
|
+
<img src="images/phone.png" width="280" alt="Phone"><br>
|
|
17
|
+
<em>モバイルUI — tmux出力のリアルタイム表示とコマンド送信</em>
|
|
18
|
+
</p>
|
|
19
|
+
|
|
7
20
|
## 機能
|
|
8
21
|
|
|
9
|
-
- tmuxセッションのリアルタイム監視(
|
|
22
|
+
- tmuxセッションのリアルタイム監視(0.5秒間隔)
|
|
10
23
|
- モバイルからのコマンド送信
|
|
11
24
|
- Claude Codeのステータス表示(hooks連携)
|
|
12
25
|
- localhostアプリのリバースプロキシ
|
package/images/phone.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED