LICENSE
README.md
pyproject.toml
src/helixgen_tui/__init__.py
src/helixgen_tui/__main__.py
src/helixgen_tui/app.py
src/helixgen_tui.egg-info/PKG-INFO
src/helixgen_tui.egg-info/SOURCES.txt
src/helixgen_tui.egg-info/dependency_links.txt
src/helixgen_tui.egg-info/entry_points.txt
src/helixgen_tui.egg-info/requires.txt
src/helixgen_tui.egg-info/top_level.txt
src/helixgen_tui/core/__init__.py
src/helixgen_tui/core/device.py
src/helixgen_tui/core/library.py
src/helixgen_tui/core/models.py
src/helixgen_tui/core/ports.py
src/helixgen_tui/core/real.py
src/helixgen_tui/core/setlists.py
src/helixgen_tui/screens/__init__.py
src/helixgen_tui/screens/base.py
src/helixgen_tui/screens/device.py
src/helixgen_tui/screens/irs.py
src/helixgen_tui/screens/library.py
src/helixgen_tui/screens/setlists.py
src/helixgen_tui/widgets/__init__.py
src/helixgen_tui/widgets/confirm_modal.py
src/helixgen_tui/widgets/help_overlay.py
src/helixgen_tui/widgets/status_footer.py
src/helixgen_tui/widgets/tab_strip.py
tests/test_boundaries.py
tests/test_package.py
tests/test_shell.py