tmuxp shell - tmuxp.cli.shell

CLI for tmuxp shell subcommand.

class tmuxp.cli.shell.CLIShellNamespace

Bases: Namespace

Typed argparse.Namespace for tmuxp shell command.

tmuxp.cli.shell.create_shell_subparser(parser)
function[source]

Augment argparse.ArgumentParser with shell subcommand.

Parameters:

parser (ArgumentParser)

Return type:

ArgumentParser

tmuxp.cli.shell.command_shell(args, parser=None)
function[source]

Entrypoint for tmuxp shell for tmux server, session, window and pane.

Priority given to loaded session/window/pane objects:

Parameters:
Return type:

None