@ictechgy/lterm 0.1.2 → 0.1.3
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.ko.md +34 -4
- package/README.md +35 -4
- package/package.json +5 -5
package/README.ko.md
CHANGED
|
@@ -15,6 +15,26 @@
|
|
|
15
15
|
|
|
16
16
|
> **보안 모델:** `lterm`은 같은 OS 사용자 안에서 쓰는 편의용 데몬이며 샌드박스가 아닙니다. 다른 사용자의 Unix socket 접근은 거부하고 런타임 디렉터리는 소유자 전용 권한으로 만들지만, 같은 OS 사용자 권한으로 실행되는 프로세스는 세션을 제어할 수 있다고 보아야 합니다.
|
|
17
17
|
|
|
18
|
+
## 왜 tmux 대신 lterm인가요?
|
|
19
|
+
|
|
20
|
+
풍부한 pane/window/layout 관리를 원하면 tmux가 맞습니다. `lterm`은 AI
|
|
21
|
+
agent가 보통 필요로 하는 더 작은 표면에 집중합니다.
|
|
22
|
+
|
|
23
|
+
- **Agent-first persistence** — named PTY session이 detached client와 무관하게
|
|
24
|
+
계속 실행되므로, 모든 workflow가 full tmux server를 직접 관리할 필요가
|
|
25
|
+
적습니다.
|
|
26
|
+
- **Agent가 기대하는 tmux 호환성** — `lterm tmux-compat`는 Claude Code, Codex
|
|
27
|
+
CLI, Gemini CLI, OMX/OMC 같은 terminal-first tooling이 쓰는 tmux command
|
|
28
|
+
subset을 구현합니다.
|
|
29
|
+
- **Raw attach, safe reports** — attach된 PTY stream은 TUI/interactive shell을
|
|
30
|
+
위해 raw로 유지하고, `logs`, `capture`, `list`, `doctor` 같은 report surface는
|
|
31
|
+
출력 전에 terminal control sequence를 sanitize합니다.
|
|
32
|
+
- **cmux-friendly 설계** — notification과 tmux shim call이 generic desktop
|
|
33
|
+
multiplexer보다 cmux/agent pane orchestration에 맞춰져 있습니다.
|
|
34
|
+
- **내장 관측성** — `doctor` / `status`, bounded `logs --start/--end`,
|
|
35
|
+
`processes --orphans`로 daemon, scrollback, subprocess 상태를 사람이나 agent가
|
|
36
|
+
쉽게 확인할 수 있습니다.
|
|
37
|
+
|
|
18
38
|
## 왜 만들었나
|
|
19
39
|
|
|
20
40
|
다음 세 가지 요구를 충족하는 것이 목표입니다.
|
|
@@ -41,10 +61,15 @@ npm install -g @ictechgy/lterm
|
|
|
41
61
|
|
|
42
62
|
Homebrew와 npm 모두 `PATH`에 `lterm` 명령을 설치합니다. `lterm --version`으로 확인하세요.
|
|
43
63
|
|
|
64
|
+
수동 설치도 귀찮다면 [`docs/agent-install.ko.md`](docs/agent-install.ko.md)의
|
|
65
|
+
프롬프트를 Claude Code, Codex CLI, Gemini CLI 같은 terminal coding agent에
|
|
66
|
+
붙여 넣으세요. Agent가 platform을 감지하고, `lterm`을 설치하고, smoke test로
|
|
67
|
+
검증하며, shell startup file을 바꿔야 할 때는 먼저 diff를 보여주도록 안내합니다.
|
|
68
|
+
|
|
44
69
|
GitHub에서 Cargo로 설치 (Releases 페이지의 최신 태그를 사용하세요):
|
|
45
70
|
|
|
46
71
|
```bash
|
|
47
|
-
cargo install --git https://github.com/ictechgy/light_terminal --tag v0.1.
|
|
72
|
+
cargo install --git https://github.com/ictechgy/light_terminal --tag v0.1.3
|
|
48
73
|
```
|
|
49
74
|
|
|
50
75
|
저장소를 클론한 뒤 직접 빌드하려면 Rust 1.85 이상이 필요합니다.
|
|
@@ -100,6 +125,7 @@ lterm -a api
|
|
|
100
125
|
| 세션 목록 보기 | `lterm sessions` | `list`, `ls` |
|
|
101
126
|
| 프로세스 트리 확인 | `lterm processes api --json --orphans` | `ps` |
|
|
102
127
|
| 세션 이름 변경 | `lterm rename api api-renamed` | 없음 |
|
|
128
|
+
| 세션 status theme 설정 | `lterm status-theme api green` | `theme` |
|
|
103
129
|
| 정제된 scrollback 읽기 | `lterm logs api --start=-80 --end=-1` | `capture` |
|
|
104
130
|
| PTY에 입력 쓰기 | `lterm input api 'echo hello' --enter` | `send` |
|
|
105
131
|
| 세션 종료 | `lterm close api` | `kill` |
|
|
@@ -137,15 +163,19 @@ escape 처리가 여기에 포함됩니다. 직접 `ssh`하듯 신뢰할 수 있
|
|
|
137
163
|
|
|
138
164
|
이 표는 사람과 agent가 직접 쓰는 제품 CLI 표면입니다. `lterm tmux-compat ...`는 이미 tmux 명령을 사용하는 스크립트를 위한 별도 shim namespace이며, 모든 제품 명령에 tmux 호환 이름이 있는 것은 아닙니다. 런타임에 지원되는 shim subset은 `lterm tmux-compat list-commands`로 확인하세요.
|
|
139
165
|
|
|
140
|
-
`lterm sessions`는 기본적으로 하위 pane을 숨기고, 기존 첫 5개 tab-separated 열(`name`, `pane`, `alive`, `cwd`, `command`)을 유지한 뒤 attach 상태(`attached` / `detached`)와 parent pane(`-` 또는 pane id)을 뒤에 붙입니다. 호환 이름인 `lterm list`와 `lterm ls`도 같은 출력 형식을 유지합니다. attach된 클라이언트는 아래쪽 한 줄에
|
|
166
|
+
`lterm sessions`는 기본적으로 하위 pane을 숨기고, 기존 첫 5개 tab-separated 열(`name`, `pane`, `alive`, `cwd`, `command`)을 유지한 뒤 attach 상태(`attached` / `detached`)와 parent pane(`-` 또는 pane id)을 뒤에 붙입니다. 호환 이름인 `lterm list`와 `lterm ls`도 같은 출력 형식을 유지합니다. attach된 클라이언트는 아래쪽 한 줄에 status bar를 표시하고, PTY는 그 줄을 제외한 영역으로 resize됩니다. 예전처럼 전체 터미널을 raw 모드로 재개하려면 `lterm resume --no-status api`(호환 이름: `lterm attach --no-status api`)를 쓰거나, 상태줄 처리가 충돌하는 클라이언트에서는 `LTERM_NO_STATUS=1` / `LTERM_STATUS=0`을 설정하세요.
|
|
141
167
|
|
|
142
168
|
`lterm rename <target> <new-name>`은 실행 중인 세션의 프로세스를 재시작하지 않고 이름만 바꿉니다. 현재 이름과 동일한 이름으로 바꾸면 no-op success이고, 다른 세션이 이미 쓰는 이름으로 바꾸면 conflict error로 실패합니다. `<target>`은 세션 이름, session id, pane id(`%0`), 또는 bare pane 번호(`0`)를 받으며, `<new-name>`은 `--name`과 같은 이름 규칙을 따릅니다.
|
|
143
169
|
|
|
170
|
+
`lterm status-theme <target> <theme>`(alias: `lterm theme`)은 PTY를 재시작하지 않고 세션별 status bar theme을 저장합니다. pane id를 지정하면 해당 pane이 속한 세션에 적용됩니다. `default`, `clear`, `none`을 쓰면 세션 override를 지우고 attach하는 client의 기본값으로 돌아갑니다. 이미 attach된 client는 detach 후 다시 attach할 때 새 색을 반영합니다. 새 세션은 `lterm start --status-theme green -n api -- npm run dev`(또는 alias `--status-color`)처럼 생성 시점에 같은 metadata를 저장할 수 있습니다.
|
|
171
|
+
|
|
144
172
|
`lterm doctor`(호환 이름: `lterm status`)는 client/daemon version, protocol 호환성, runtime/data/socket/shim path, shim directory가 `PATH`에 있는지 등을 보고합니다. 이 명령은 daemon을 시작하지 않습니다. 현재 socket에서 호환 daemon이 응답하지 않으면 `daemon_reachable=no` / `false`로 표시됩니다. 일반 client 동작 중 접근 가능한 daemon이 다른 lterm 또는 protocol version을 보고하면 stderr에 경고를 출력하며, 보통 binary upgrade 뒤 예전 daemon이 살아 있는 상황을 뜻합니다.
|
|
145
173
|
|
|
146
174
|
`lterm logs <target>`은 `--start` / `-S`와 `--end` / `-E` line offset을 받습니다. 0 이상의 값은 absolute scrollback line index이고, 음수 값은 현재 scrollback line count에서 뒤로 셉니다. `--end`는 inclusive라 `lterm logs api -S0 -E0`은 첫 번째 줄만 capture합니다. Capture 출력은 계속 정제된 text이며, attach된 PTY stream은 raw 그대로 유지됩니다.
|
|
147
175
|
|
|
148
|
-
`LTERM_STATUS_STYLE=full` 또는 `LTERM_STATUS_STYLE=minimal` 로 시각 스타일을 선택할 수 있습니다. `full`(로컬 터미널 기본값)은
|
|
176
|
+
`LTERM_STATUS_STYLE=full` 또는 `LTERM_STATUS_STYLE=minimal` 로 시각 스타일을 선택할 수 있습니다. `full`(로컬 터미널 기본값)은 색이 있는 bar를 그리고, `minimal`은 SGR 색을 모두 생략한 plain text로 동작합니다. SSH 세션(`SSH_CONNECTION` / `SSH_CLIENT` / `SSH_TTY` 감지)에서는 자동으로 `minimal`이 적용되어 Termius 같은 모바일 SSH 클라이언트의 색 충돌을 줄이지만, 세션 또는 환경 theme을 명시하면 색이 유지됩니다.
|
|
177
|
+
|
|
178
|
+
`LTERM_STATUS_THEME=blue|green|magenta|cyan|amber|red|gray|plain` 으로 attach client의 기본 status bar 색을 바꿀 수 있습니다. 세션별 override가 환경값보다 우선합니다: `lterm start --status-theme amber -n api -- npm run dev`, `lterm run --status-color cyan -- cargo test`, `lterm status-theme api plain`. 이 변수를 shell startup 파일에서 export하면 SSH attach도 colored status bar로 opt-in됩니다. 모바일 SSH client에서 plain text가 필요하면 unset하거나 `LTERM_STATUS_STYLE=minimal`을 설정하세요. Theme 이름은 고정 allowlist에서만 파싱되며, lterm은 사용자 입력 escape sequence를 status row에 임의 삽입하지 않습니다.
|
|
149
179
|
|
|
150
180
|
attach된 PTY가 alternate screen buffer로 진입하면(예: `vim`, `less`, `htop`이 `\x1b[?1049h` 사용) lterm은 status bar를 일시 중단해 alt-screen 앱의 UI와 충돌을 피합니다. 앱이 alt-screen을 종료하는 즉시 status bar가 다시 그려집니다.
|
|
151
181
|
|
|
@@ -221,7 +251,7 @@ lterm gemini --status -- -p "lterm status를 유지해줘"
|
|
|
221
251
|
|
|
222
252
|
Claude/Codex/Gemini profile은 각 도구의 자체 TUI/status/alternate-screen 렌더링과 충돌하지 않도록 기본적으로 lterm status bar를 끈 raw full-terminal attach를 사용합니다. `--status`로 lterm status bar를 강제로 켜거나, 기본값이 켜진 profile에서는 `--no-status`로 끌 수 있습니다. agent에 넘길 인자가 lterm launch option처럼 보일 수 있으면 앞에 `--`를 두세요. 직접 generic tmux-compatible primitive를 쓰거나 아직 profile이 없는 미래 agent를 실행하려면 `lterm run -- <command>`를 사용하세요. `run`은 shim을 기본으로 켜며 `--no-tmux`로 끌 수 있습니다.
|
|
223
253
|
|
|
224
|
-
launcher 제어 옵션은 agent의 흔한 short flag(`-c` 등)를 빼앗지 않도록 long-only(`--name`, `--cwd`, `--detach`, `--status`, `--no-status`)입니다. 이 옵션들은 `claude`, `codex`, `gemini`, `omx`, `omc`, `agent <profile>`에 동일하게 적용됩니다.
|
|
254
|
+
launcher 제어 옵션은 agent의 흔한 short flag(`-c` 등)를 빼앗지 않도록 long-only(`--name`, `--cwd`, `--detach`, `--status`, `--no-status`, `--status-theme`)입니다. 이 옵션들은 `claude`, `codex`, `gemini`, `omx`, `omc`, `agent <profile>`에 동일하게 적용됩니다. 해당 agent 세션이 이후 attach에서도 특정 lterm status 색을 유지하게 하려면 `--status-theme` / `--status-color`를 사용하세요.
|
|
225
255
|
`--detach`는 각 field의 control character와 Unicode line/paragraph separator를 공백으로 바꾼 `name<TAB>pane<TAB>command`를 출력하며, 나중에 `lterm resume <name>` 또는 호환 이름 `lterm attach <name>`으로 다시 붙으면 됩니다. detach record에는 `--cwd`가 포함되지 않으므로 나중에 필요하면 session을 조회하세요.
|
|
226
256
|
명시한 `--name`은 lterm의 일반 session-name 문법을 따르고 사용 중이지 않아야 합니다. 충돌 시 자동 suffix를 붙이지 않고 conflict error로 실패합니다.
|
|
227
257
|
이름에는 ASCII 문자/숫자와 `.`, `_`, `-`만 사용할 수 있고, `-` 또는 `%`로 시작할 수 없으며, 숫자만으로 이뤄질 수 없고, UUID처럼 보이면 안 되고, 128바이트를 넘을 수 없습니다.
|
package/README.md
CHANGED
|
@@ -15,6 +15,26 @@
|
|
|
15
15
|
|
|
16
16
|
> **Security model:** `lterm` is a same-user convenience daemon, not a sandbox. It rejects cross-user Unix-socket peers and uses owner-only runtime directories, but any process running as your OS user should be considered capable of controlling your sessions.
|
|
17
17
|
|
|
18
|
+
## Why lterm instead of plain tmux?
|
|
19
|
+
|
|
20
|
+
Use tmux when you want a full terminal multiplexer with rich pane/window/layout
|
|
21
|
+
management. Use `lterm` when you want the smaller surface that AI agents usually
|
|
22
|
+
need:
|
|
23
|
+
|
|
24
|
+
- **Agent-first persistence** — named PTY sessions keep running across detached
|
|
25
|
+
clients without requiring every workflow to manage a full tmux server.
|
|
26
|
+
- **tmux-compatible where agents expect it** — `lterm tmux-compat` implements
|
|
27
|
+
the command subset used by Claude Code, Codex CLI, Gemini CLI, OMX/OMC, and
|
|
28
|
+
similar terminal-first tooling.
|
|
29
|
+
- **Raw attach, safe reports** — attached PTY streams remain raw for TUIs and
|
|
30
|
+
interactive shells, while `logs`, `capture`, `list`, `doctor`, and other
|
|
31
|
+
report surfaces sanitize terminal control sequences before printing.
|
|
32
|
+
- **cmux-friendly by design** — notifications and tmux shim calls are shaped for
|
|
33
|
+
cmux/agent pane orchestration instead of generic desktop multiplexing.
|
|
34
|
+
- **Built-in observability** — `doctor` / `status`, bounded `logs --start/--end`,
|
|
35
|
+
and `processes --orphans` make daemon, scrollback, and subprocess state easy
|
|
36
|
+
for humans or agents to inspect.
|
|
37
|
+
|
|
18
38
|
## Why this exists
|
|
19
39
|
|
|
20
40
|
The project addresses three constraints:
|
|
@@ -41,10 +61,16 @@ npm install -g @ictechgy/lterm
|
|
|
41
61
|
|
|
42
62
|
Homebrew and npm both install the `lterm` command on your `PATH`; verify with `lterm --version`.
|
|
43
63
|
|
|
64
|
+
Too lazy to install it manually? Copy the prompt in
|
|
65
|
+
[`docs/agent-install.md`](docs/agent-install.md) into Claude Code, Codex CLI,
|
|
66
|
+
Gemini CLI, or another terminal coding agent. It asks the agent to detect your
|
|
67
|
+
platform, install `lterm`, verify it with a smoke test, and avoid modifying
|
|
68
|
+
shell startup files without showing you the change.
|
|
69
|
+
|
|
44
70
|
With Cargo from GitHub (use the latest tag from the Releases page):
|
|
45
71
|
|
|
46
72
|
```bash
|
|
47
|
-
cargo install --git https://github.com/ictechgy/light_terminal --tag v0.1.
|
|
73
|
+
cargo install --git https://github.com/ictechgy/light_terminal --tag v0.1.3
|
|
48
74
|
```
|
|
49
75
|
|
|
50
76
|
From this checkout, use Rust 1.85 or newer:
|
|
@@ -100,6 +126,7 @@ lterm -a api
|
|
|
100
126
|
| List sessions | `lterm sessions` | `list`, `ls` |
|
|
101
127
|
| Inspect process trees | `lterm processes api --json --orphans` | `ps` |
|
|
102
128
|
| Rename a session | `lterm rename api api-renamed` | None |
|
|
129
|
+
| Set a session status theme | `lterm status-theme api green` | `theme` |
|
|
103
130
|
| Read sanitized scrollback | `lterm logs api --start=-80 --end=-1` | `capture` |
|
|
104
131
|
| Write input to a PTY | `lterm input api 'echo hello' --enter` | `send` |
|
|
105
132
|
| Stop a session | `lterm close api` | `kill` |
|
|
@@ -136,15 +163,19 @@ Compatibility names are subcommands unless shown as a leading flag: `-a` is the
|
|
|
136
163
|
|
|
137
164
|
This table is the product CLI surface for humans and agents. `lterm tmux-compat ...` is a separate shim namespace for scripts that already speak tmux; not every product command has a tmux-compatible spelling. Use `lterm tmux-compat list-commands` to inspect the supported shim subset at runtime.
|
|
138
165
|
|
|
139
|
-
`lterm sessions` hides child panes by default, preserves the original first five tab-separated columns (`name`, `pane`, `alive`, `cwd`, `command`), then appends attach state (`attached` / `detached`) and parent pane (`-` or a pane id). The compatibility names `lterm list` and `lterm ls` keep the same output shape. Attached clients render a small
|
|
166
|
+
`lterm sessions` hides child panes by default, preserves the original first five tab-separated columns (`name`, `pane`, `alive`, `cwd`, `command`), then appends attach state (`attached` / `detached`) and parent pane (`-` or a pane id). The compatibility names `lterm list` and `lterm ls` keep the same output shape. Attached clients render a small status bar on the bottom row showing the current session and pane; the PTY is resized to the remaining rows. For the older raw full-terminal resume, use `lterm resume --no-status api` (or compatibility name `lterm attach --no-status api`), or set `LTERM_NO_STATUS=1` / `LTERM_STATUS=0` for clients whose status-line handling conflicts with lterm.
|
|
140
167
|
|
|
141
168
|
`lterm rename <target> <new-name>` renames a running session without restarting its process. Renaming a session to its current name is a no-op success, while renaming over a different in-use name fails with a conflict error. `<target>` accepts a session name, session id, pane id (`%0`), or bare pane number (`0`); `<new-name>` follows the same syntax rules as `--name`.
|
|
142
169
|
|
|
170
|
+
`lterm status-theme <target> <theme>` (alias: `lterm theme`) stores a per-session status bar theme without restarting the PTY; pane ids resolve to their session. Use `default`, `clear`, or `none` to remove the session override and return to the attaching client's default. Already-attached clients keep their current status color until they detach and reattach. New sessions can set the same metadata at creation time with `lterm start --status-theme green -n api -- npm run dev` (or alias `--status-color`).
|
|
171
|
+
|
|
143
172
|
`lterm doctor` (compatibility name: `lterm status`) reports client/daemon versions, protocol compatibility, runtime/data/socket/shim paths, and whether the shim directory is on `PATH`. It does not start the daemon; `daemon_reachable=no` / `false` means no compatible daemon answered on the current socket. Normal client operations warn on stderr when a reachable daemon reports a different lterm or protocol version, which usually means an old daemon survived a binary upgrade.
|
|
144
173
|
|
|
145
174
|
`lterm logs <target>` accepts `--start` / `-S` and `--end` / `-E` line offsets. Non-negative values are absolute scrollback line indexes; negative values count back from the current scrollback line count. `--end` is inclusive, so `lterm logs api -S0 -E0` captures only the first line. Capture output remains sanitized text; attached PTY streams remain raw.
|
|
146
175
|
|
|
147
|
-
Set `LTERM_STATUS_STYLE=full` or `LTERM_STATUS_STYLE=minimal` to choose the visual style. `full` (default for local terminals)
|
|
176
|
+
Set `LTERM_STATUS_STYLE=full` or `LTERM_STATUS_STYLE=minimal` to choose the visual style. `full` (default for local terminals) draws a colored bar; `minimal` drops all SGR colors in favor of plain text. SSH sessions (detected via `SSH_CONNECTION`, `SSH_CLIENT`, or `SSH_TTY`) default to `minimal` to avoid color-mapping issues on mobile SSH clients like Termius, unless a session or environment theme is explicitly set.
|
|
177
|
+
|
|
178
|
+
Set `LTERM_STATUS_THEME=blue|green|magenta|cyan|amber|red|gray|plain` to change the default colored status bar for the attaching client. Per-session overrides win over the environment: `lterm start --status-theme amber -n api -- npm run dev`, `lterm run --status-color cyan -- cargo test`, or `lterm status-theme api plain`. If you export this variable from shell startup files, it also opts SSH attaches into colored status bars; leave it unset or set `LTERM_STATUS_STYLE=minimal` on mobile SSH clients that need plain text. Theme names are parsed from a fixed allowlist; lterm never injects arbitrary user-provided terminal escape sequences into the status row.
|
|
148
179
|
|
|
149
180
|
When the attached PTY enters the alternate screen buffer (e.g. `vim`, `less`, `htop` via `\x1b[?1049h`), lterm suspends its status bar to avoid conflicting with the application's UI. The status bar is redrawn immediately when the application exits alt-screen.
|
|
150
181
|
|
|
@@ -220,7 +251,7 @@ lterm gemini --status -- -p "keep lterm status visible"
|
|
|
220
251
|
|
|
221
252
|
Known Claude/Codex/Gemini profiles default to a raw full-terminal attach without the lterm status bar, so their own TUI/status/alternate-screen rendering stays in control. Use `--status` to force the lterm status bar on, or `--no-status` to force it off for profiles that default on. Put `--` before agent arguments that could be parsed as lterm launch options. Use `lterm run -- <command>` when you want the generic tmux-compatible primitive directly or need to launch an unprofiled future agent; `run` enables the shim by default and `--no-tmux` opts out.
|
|
222
253
|
|
|
223
|
-
Launcher controls are long-only (`--name`, `--cwd`, `--detach`, `--status`, `--no-status`) so common agent short flags such as `-c` pass through naturally. They apply uniformly to `claude`, `codex`, `gemini`, `omx`, `omc`, and `agent <profile>`.
|
|
254
|
+
Launcher controls are long-only (`--name`, `--cwd`, `--detach`, `--status`, `--no-status`, `--status-theme`) so common agent short flags such as `-c` pass through naturally. They apply uniformly to `claude`, `codex`, `gemini`, `omx`, `omc`, and `agent <profile>`. Use `--status-theme` / `--status-color` on agent launches when you want that session to keep a specific lterm status color across future attaches.
|
|
224
255
|
`--detach` prints `name<TAB>pane<TAB>command` with control characters and Unicode line/paragraph separators in each field replaced by spaces; resume later with `lterm resume <name>` or compatibility name `lterm attach <name>`. The detach record does not echo `--cwd`; query the session if you need to inspect it later.
|
|
225
256
|
Explicit `--name` values use lterm's normal session-name syntax and must be free; they do not auto-suffix on conflict, so an in-use name fails with a conflict error.
|
|
226
257
|
Names may contain ASCII letters, digits, `.`, `_`, and `-`, must not start with `-` or `%`, must not consist only of digits, must not look like a UUID, and are limited to 128 bytes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ictechgy/lterm",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Lightweight tmux-compatible terminal session daemon with cmux-friendly notifications.",
|
|
5
5
|
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/ictechgy/light_terminal#readme",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"LICENSE-MIT"
|
|
31
31
|
],
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"lterm-darwin-arm64": "0.1.
|
|
34
|
-
"lterm-darwin-x64": "0.1.
|
|
35
|
-
"lterm-linux-arm64": "0.1.
|
|
36
|
-
"lterm-linux-x64": "0.1.
|
|
33
|
+
"lterm-darwin-arm64": "0.1.3",
|
|
34
|
+
"lterm-darwin-x64": "0.1.3",
|
|
35
|
+
"lterm-linux-arm64": "0.1.3",
|
|
36
|
+
"lterm-linux-x64": "0.1.3"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=16"
|