LICENSE
README.md
pyproject.toml
pytermwm/__init__.py
pytermwm/__main__.py
pytermwm/ansi.py
pytermwm/api.py
pytermwm/builtin_commands.py
pytermwm/builtin_windows.py
pytermwm/charts.py
pytermwm/cli.py
pytermwm/client.py
pytermwm/colors.py
pytermwm/commands.py
pytermwm/compat.py
pytermwm/completion.py
pytermwm/config.py
pytermwm/control.py
pytermwm/cp437.py
pytermwm/dialogs.py
pytermwm/doctor.py
pytermwm/draw.py
pytermwm/helpdata.py
pytermwm/keys.py
pytermwm/layout.py
pytermwm/logs.py
pytermwm/mcp.py
pytermwm/notify.py
pytermwm/perms.py
pytermwm/plugins.py
pytermwm/project.py
pytermwm/prompt.py
pytermwm/protocol.py
pytermwm/pv.py
pytermwm/recording.py
pytermwm/render.py
pytermwm/screenshot.py
pytermwm/scripting.py
pytermwm/selection.py
pytermwm/selectionwm.py
pytermwm/server.py
pytermwm/session.py
pytermwm/statusline.py
pytermwm/sysinfo.py
pytermwm/terminal.py
pytermwm/theme.py
pytermwm/window.py
pytermwm/winpty.py
pytermwm/winsys.py
pytermwm/wm.py
pytermwm.egg-info/PKG-INFO
pytermwm.egg-info/SOURCES.txt
pytermwm.egg-info/dependency_links.txt
pytermwm.egg-info/entry_points.txt
pytermwm.egg-info/requires.txt
pytermwm.egg-info/top_level.txt
pytermwm/contrib/__init__.py
pytermwm/contrib/ansiart.py
pytermwm/contrib/btop.py
pytermwm/contrib/docker.py
pytermwm/contrib/effects.py
pytermwm/contrib/mqtt.py
pytermwm/contrib/openai.py
pytermwm/contrib/ssh.py
pytermwm/web/app.js
pytermwm/web/index.html
pytermwm/web/style.css
tests/test_ansi.py
tests/test_ansiart.py
tests/test_api.py
tests/test_chart_glyphs.py
tests/test_client.py
tests/test_config.py
tests/test_console_colors.py
tests/test_contrib.py
tests/test_docs.py
tests/test_fuzz.py
tests/test_golden.py
tests/test_internal_windows.py
tests/test_keys.py
tests/test_layout.py
tests/test_notify.py
tests/test_perms.py
tests/test_platform.py
tests/test_plugins.py
tests/test_project.py
tests/test_recording.py
tests/test_rules.py
tests/test_selection.py
tests/test_server.py
tests/test_ui.py
tests/test_web_ui.py
tests/test_winconsole.py
tests/test_wm.py