tmux-tui 1.0.0 → 1.1.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 +2 -2
- package/dist/tmuxtui.js +126 -125
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Interactive terminal UI for managing tmux sessions. Browse, create, rename, deta
|
|
|
19
19
|
## Install
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
npm install -g
|
|
22
|
+
npm install -g tmux-tui
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
@@ -79,7 +79,7 @@ tmux 会话管理的交互式终端界面。无需记忆 tmux 命令,即可浏
|
|
|
79
79
|
## 安装
|
|
80
80
|
|
|
81
81
|
```bash
|
|
82
|
-
npm install -g
|
|
82
|
+
npm install -g tmux-tui
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
## 使用
|