CLI#
Warning
Be careful with these! Internal APIs are not covered by version policies. They can break or be removed between minor versions!
If you need an internal API stabilized please file an issue.
- tmuxp convert - tmuxp.cli.convert
- tmuxp debug-info - tmuxp.cli.debug_info
- tmuxp edit - tmuxp.cli.edit
- tmuxp freeze - tmuxp.cli.freeze
- tmuxp import - tmuxp.cli.import_config
- tmuxp load - tmuxp.cli.load
- tmuxp ls - tmuxp.cli.ls
- tmuxp shell - tmuxp.cli.shell
- CLI utilities - tmuxp.cli.utils
tmuxp.cli#
CLI utilities for tmuxp.
- tmuxp.cli.create_parser()[source]#
- Create CLI - argparse.ArgumentParserfor tmuxp.- Return type:
 
- class tmuxp.cli.CLINamespace(**kwargs)[source]#
- Bases: - Namespace- Typed - argparse.Namespacefor tmuxp root-level CLI.- log_level: CLIVerbosity#
 - subparser_name: CLISubparserName#
 
- tmuxp.cli.cli(_args=None)[source]#
- Manage tmux sessions. - Pass the “–help” argument to any command to see detailed help. See detailed documentation and examples at: http://tmuxp.git-pull.com/ - Return type: