Skip to content

Commit 34ebc6f

Browse files
committed
fix(import-tmuxinator): Add missing socket_path entry
- Add socket_path as item 16 (tmuxinator config key not handled) - socket_path takes precedence over socket_name in tmuxinator - tmuxp only accepts socket path via CLI -S flag - Add to summary table as missing Difference
1 parent ca4e51e commit 34ebc6f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

β€Žnotes/import-tmuxinator.mdβ€Ž

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,15 @@ These are config keys/patterns that differ syntactically but can be automaticall
135135

136136
**Importer status**: βœ— Not handled. Only `rbenv` is mapped; `rvm` is ignored.
137137

138-
### 16. `attach: false` β†’ CLI Flag
138+
### 16. `socket_path`
139+
140+
| tmuxinator | tmuxp |
141+
|---|---|
142+
| `socket_path: /tmp/my.sock` | (CLI `-S /tmp/my.sock`) |
143+
144+
**Importer status**: βœ— Not handled. `socket_path` is a tmuxinator config key (takes precedence over `socket_name`) but the importer ignores it. tmuxp takes socket path via CLI `-S` flag only.
145+
146+
### 17. `attach: false` β†’ CLI Flag
139147

140148
| tmuxinator | tmuxp |
141149
|---|---|
@@ -212,6 +220,7 @@ These are features that cannot be imported because tmuxp lacks the underlying ca
212220
| `pre_tab` β†’ `shell_command_before` | βœ— Missing | Difference (needs add) |
213221
| `startup_window` β†’ `focus` | βœ— Missing | Difference (needs add) |
214222
| `startup_pane` β†’ `focus` | βœ— Missing | Difference (needs add) |
223+
| `socket_path` | βœ— Missing | Difference (needs add) |
215224
| `attach: false` | βœ— Missing | Difference (needs add) |
216225
| `on_project_*` hooks | βœ— Missing | **Limitation** |
217226
| `synchronize` | βœ— Missing | **Limitation** |

0 commit comments

Comments
Β (0)