Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

tmuxp.cli.search.CLISearchNamespace

Python
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

class tmuxp.cli.search.CLISearchNamespace
class [source]
class [source]
class tmuxp.cli.search.CLISearchNamespace

Typed argparse.Namespace for tmuxp search command.

Examples

>>> ns = CLISearchNamespace()
>>> ns.query_terms = ["dev"]
>>> ns.query_terms
['dev']

Members

color

color : CLIColorModeLiteral
attribute [source]
attribute [source]
color

query_terms

query_terms : list[str]
attribute [source]
attribute [source]
query_terms

field

field : list[str] | None
attribute [source]
attribute [source]
field

ignore_case

ignore_case : bool
attribute [source]
attribute [source]
ignore_case

smart_case

smart_case : bool
attribute [source]
attribute [source]
smart_case

fixed_strings

fixed_strings : bool
attribute [source]
attribute [source]
fixed_strings

word_regexp

word_regexp : bool
attribute [source]
attribute [source]
word_regexp

invert_match

invert_match : bool
attribute [source]
attribute [source]
invert_match

match_any

match_any : bool
attribute [source]
attribute [source]
match_any

output_json

output_json : bool
attribute [source]
attribute [source]
output_json

output_ndjson

output_ndjson : bool
attribute [source]
attribute [source]
output_ndjson

print_help

print_help : t.Callable[[], None]
attribute [source]
attribute [source]
print_help
Esc

Type to search.