Skip to content

Commit c08f23b

Browse files
dorlugasigalCopilot
andcommitted
docs: add resume and list commands to README
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9ad5700 commit c08f23b

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ termbeam --port 8080 # custom port (default: 3456)
9090
termbeam --host 0.0.0.0 # allow LAN access (default: 127.0.0.1)
9191
termbeam --lan # shortcut for --host 0.0.0.0
9292
termbeam -i # interactive setup wizard
93+
termbeam resume [name] # reconnect to a running session from another terminal
94+
termbeam list # list active sessions on the running server
9395
termbeam service install # interactive PM2 service setup wizard
9496
termbeam service uninstall # stop & remove PM2 service
9597
termbeam service status # show PM2 service status
@@ -115,13 +117,15 @@ termbeam service restart # restart PM2 service
115117
| `-h, --help` | Show help ||
116118
| `-v, --version` | Show version ||
117119

118-
| Subcommand | Description |
119-
| ------------------- | ----------------------------- |
120-
| `service install` | Interactive PM2 service setup |
121-
| `service uninstall` | Stop & remove from PM2 |
122-
| `service status` | Show PM2 service status |
123-
| `service logs` | Tail PM2 service logs |
124-
| `service restart` | Restart PM2 service |
120+
| Subcommand | Description |
121+
| ------------------- | ------------------------------------------------- |
122+
| `resume [name]` | Attach to a running session from another terminal |
123+
| `list` | List active sessions on the running server |
124+
| `service install` | Interactive PM2 service setup |
125+
| `service uninstall` | Stop & remove from PM2 |
126+
| `service status` | Show PM2 service status |
127+
| `service logs` | Tail PM2 service logs |
128+
| `service restart` | Restart PM2 service |
125129

126130
Environment variables: `PORT`, `TERMBEAM_PASSWORD`, `TERMBEAM_CWD`, `TERMBEAM_LOG_LEVEL`, `SHELL` (Unix fallback), `COMSPEC` (Windows fallback). See [Configuration docs](https://dorlugasigal.github.io/TermBeam/configuration/).
127131

0 commit comments

Comments
 (0)