tmuxp.cli.search.SEARCH_DESCRIPTION
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- tmuxp.cli.search.SEARCH_DESCRIPTION = build_description( """ Search workspace files by name, session, path, window, or pane content. """, ( ( None, [ "tmuxp search dev", 'tmuxp search "my.*project"', "tmuxp search name:dev", "tmuxp search s:development", ], ), ( "Field-scoped search", [ "tmuxp search window:editor", "tmuxp search pane:vim", "tmuxp search p:~/.tmuxp", ], ), ( "Matching options", [ "tmuxp search -i DEV", "tmuxp search -S DevProject", "tmuxp search -F 'my.project'", "tmuxp search --word-regexp test", ], ), ( "Multiple patterns", [ "tmuxp search dev production", "tmuxp search --any dev production", "tmuxp search -v staging", ], ), ( "Machine-readable output examples", [ "tmuxp search --json dev", "tmuxp search --ndjson dev | jq '.name'", ], ), ), )