LICENSE
README.md
pyproject.toml
src/kpane/__init__.py
src/kpane/__main__.py
src/kpane/app.py
src/kpane/app.tcss
src/kpane/cli.py
src/kpane/commands.py
src/kpane/kubectl.py
src/kpane/models.py
src/kpane/profiles.py
src/kpane/runner.py
src/kpane/session.py
src/kpane/settings.py
src/kpane/tmux.py
src/kpane.egg-info/PKG-INFO
src/kpane.egg-info/SOURCES.txt
src/kpane.egg-info/dependency_links.txt
src/kpane.egg-info/entry_points.txt
src/kpane.egg-info/requires.txt
src/kpane.egg-info/top_level.txt
src/kpane/screens/__init__.py
src/kpane/screens/confirm.py
src/kpane/screens/output.py
src/kpane/screens/pick.py
src/kpane/screens/prompt.py
tests/test_app.py
tests/test_cli.py
tests/test_commands.py
tests/test_fake_runner.py
tests/test_kubectl.py
tests/test_models.py
tests/test_package.py
tests/test_profiles.py
tests/test_runner.py
tests/test_screens.py
tests/test_session.py
tests/test_settings.py
tests/test_tmux.py