(cli)=
(commands)=
:caption: General commands
:maxdepth: 1
load
shell
ls
search
:caption: Configuration
:maxdepth: 1
edit
import
convert
freeze
:caption: Diagnostic
:maxdepth: 1
debug-info
:caption: Completion
:maxdepth: 1
completion
(cli-main)=
(tmuxp-main)=
The tmuxp command is the entry point for all tmuxp operations. Use subcommands to load sessions, manage configurations, and interact with tmux.
.. argparse::
:module: tmuxp.cli
:func: create_parser
:prog: tmuxp
:nosubcommands:
subparser_name : @replace
See :ref:`cli-ls`