-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcortex-tmux.1
More file actions
107 lines (106 loc) · 1.92 KB
/
Copy pathcortex-tmux.1
File metadata and controls
107 lines (106 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.TH CORTEX-TMUX 1 "2026-05-02" "cortex-tmux 2.0.0" "User Commands"
.SH NAME
cortex-tmux \- Command-line tool
.SH SYNOPSIS
.B cortex-tmux
[
B-h
R |
B--help
R]
.br
.B cortex-tmux
ICOMMAND
R [
ISUBCOMMAND
R] [
IARGS
R...]
.SH DESCRIPTION
.B cortex-tmux
.SH COMMANDS
Available commands:
.TP
.B list
List windows in session
.TP
.B sessions
List every tmux session with attached state
.TP
.B session-new
Idempotently create a tmux session
.TP
.B session-kill
Kill a tmux session and every window in it
.TP
.B attach
Attach to a session (switch-client if already inside tmux)
.TP
.B snapshot
Multi-session digest with last N lines per window
.TP
.B new
Create a new window
.TP
.B kill
Kill a window
.TP
.B rename
Rename a window
.TP
.B send
Send command to window (presses Enter)
.TP
.B say
Send a message to a TUI (text + settle + Enter, no C-c clear)
.TP
.B type
Type text without pressing Enter
.TP
.B keys
Send key sequence (e.g. C-c, Enter, Up)
.TP
.B interrupt
Send Ctrl-C to window
.TP
.B read
Capture last N lines (default: 50)
.TP
.B tail
List windows in session
.TP
.B dump
Dump entire scrollback buffer
.TP
.B status
Check window exists and show last lines
.TP
.B running
Exit 0 if command running, 1 if at prompt
.TP
.B wait
Wait for command to complete (default: 60s)
.TP
.B watch
Wait for pattern to appear (or prompt if no pattern)
.TP
.B justfile
Generate Justfile service targets for this project
.TP
.SH OPTIONS
.TP
.B \-h, \-\-help
Show help message and exit
.SH ENVIRONMENT
.TP
.B CLAUDE_PLUGIN_ROOT
Override for context directory (set automatically by Claude Code when running plugin commands)
.SH FILES
.TP
.B ~/.claude/
Default context directory containing agents, modes, rules, and other configuration
.SH SEE ALSO
.BR cortex-tmux-tui (1),
.BR cortex-tmux-workflow (1)
.SH AUTHORS
Nicholas Ferguson <ncf423@gmail.com>