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

tmuxp.cli.CLI_DESCRIPTION

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

API reference · Markdown

tmuxp.cli.CLI_DESCRIPTION = build_description( """ tmuxp - tmux session manager. Manage and launch tmux sessions from YAML/JSON workspace files. """, ( ( "load", [ "tmuxp load myproject", "tmuxp load ./workspace.yaml", "tmuxp load -d myproject", "tmuxp load -y dev staging", ], ), ( "freeze", [ "tmuxp freeze mysession", "tmuxp freeze mysession -o session.yaml", ], ), ( "ls", [ "tmuxp ls", "tmuxp ls --tree", "tmuxp ls --full", "tmuxp ls --json", ], ), ( "search", [ "tmuxp search dev", "tmuxp search name:myproject", "tmuxp search -i DEV", "tmuxp search --json dev", ], ), ( "shell", [ "tmuxp shell", "tmuxp shell -L mysocket", "tmuxp shell -c 'print(server.sessions)'", ], ), ( "convert", [ "tmuxp convert workspace.yaml", "tmuxp convert workspace.json", ], ), ( "import", [ "tmuxp import teamocil ~/.teamocil/project.yml", "tmuxp import tmuxinator ~/.tmuxinator/project.yml", ], ), ( "edit", [ "tmuxp edit myproject", ], ), ( "debug-info", [ "tmuxp debug-info", "tmuxp debug-info --json", ], ), ), )
constant [source]
constant [source]
tmuxp.cli.CLI_DESCRIPTION
Esc

Type to search.