Commit 3dcd7a1
committed
feat(cli[search]): Include window and pane in default search fields
Previously, `tmuxp search gp-libs` would not find workspaces with a
window named "gp-libs" because window/pane fields required explicit
`window:` or `pane:` prefixes.
Now searches all fields by default:
- name (workspace filename)
- session_name
- path
- window (window names)
- pane (pane shell commands)1 parent 161bc56 commit 3dcd7a1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments