LICENSE
README.md
pyproject.toml
src/ccmgr/__init__.py
src/ccmgr/__main__.py
src/ccmgr/cli.py
src/ccmgr/config.py
src/ccmgr/discovery.py
src/ccmgr/launcher.py
src/ccmgr/models.py
src/ccmgr/path_codec.py
src/ccmgr/session_cache.py
src/ccmgr/session_index.py
src/ccmgr/tmux_ctl.py
src/ccmgr.egg-info/PKG-INFO
src/ccmgr.egg-info/SOURCES.txt
src/ccmgr.egg-info/dependency_links.txt
src/ccmgr.egg-info/entry_points.txt
src/ccmgr.egg-info/requires.txt
src/ccmgr.egg-info/top_level.txt
src/ccmgr/ui/__init__.py
src/ccmgr/ui/app.py
src/ccmgr/ui/modals.py
src/ccmgr/ui/projects_pane.py
src/ccmgr/ui/running_pane.py
src/ccmgr/ui/sessions_pane.py
src/ccmgr/ui/statusbar.py
tests/test_config.py
tests/test_discovery.py
tests/test_launcher.py
tests/test_path_codec.py
tests/test_session_cache.py
tests/test_session_index.py