Skip to content

zti§

Z terminal interface

Like ATI Session Manager.

Command usage:
    zti [-h] [--nolog] [--noztirc | --rcfile rcfile] [host]

    positional arguments:
      host             hostname[:port] to connect/go to

    optional arguments:
      -h, --help       show this help message and exit
      --nolog          Do not set LOGDEST to zti.log
      --noztirc        Do not SOURCE .ztirc in home directory
      --rcfile rcfile  Filename to run using SOURCE
Create a command plugin by creating a "zti.commands" entry point through setup.py that takes a single argument of a command line string.

Environment variables used

COLORTERM (see _termlib.py) ESCDELAY SESSION_PS_SIZE TERM_PROGRAM (see _termlib.py) TNZ_COLORS (see tnz.py) TNZ_LOGGING (see tnz.py) ZTI_AIDBUFSIZE (9 is default) ZTI_AUTOSIZE ZTI_SECLEVEL (see tnz.py) ZTI_TITLE _BPX_TERMPATH (see _termlib.py)

Copyright 2021, 2024 IBM Inc. All Rights Reserved.

SPDX-License-Identifier: Apache-2.0

create §

create()

Create zti instance.

main §

main()

Process zti command.