8000 tmuxp/docs/cli/index.md at master · tmux-python/tmuxp · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 703 Bytes

File metadata and controls

60 lines (43 loc) · 703 Bytes

(cli)=

(commands)=

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)=

Main command

The tmuxp command is the entry point for all tmuxp operations. Use subcommands to load sessions, manage configurations, and interact with tmux.

Command

.. argparse::
    :module: tmuxp.cli
    :func: create_parser
    :prog: tmuxp
    :nosubcommands:

    subparser_name : @replace
        See :ref:`cli-ls`
0