aboutsummaryrefslogtreecommitdiffstats
path: root/claude-vm.1
diff options
context:
space:
mode:
Diffstat (limited to 'claude-vm.1')
-rw-r--r--claude-vm.113
1 files changed, 13 insertions, 0 deletions
diff --git a/claude-vm.1 b/claude-vm.1
index 5506312..8ff1ff3 100644
--- a/claude-vm.1
+++ b/claude-vm.1
@@ -69,6 +69,11 @@ Enable X11 forwarding. Mounts the host's XAUTHORITY file to \fB~/.host/Xauthorit
and \fB/tmp/.X11-unix\fR to \fB~/.host/X11-unix\fR, setting the appropriate
environment variables (DISPLAY and XAUTHORITY) for GUI applications.
.TP
+.B \-\-tmux
+Create and attach to a tmux session named after the instance.
+If the session already exists, attach to it; otherwise create a new session.
+This allows for persistent sessions and easy reconnection.
+.TP
.B \-\-fresh
Remove all existing mount devices before applying new mounts.
.TP
@@ -167,6 +172,14 @@ Bootstrap a fresh image:
claude-vm --image images:archlinux --bootstrap --rw .
.fi
.RE
+.PP
+Run in a persistent tmux session:
+.PP
+.RS
+.nf
+claude-vm --tmux --rw .
+.fi
+.RE
.SH SEE ALSO
.BR incus (1),
.BR claude (1)