LICENSE
README.md
pyproject.toml
src/railmux/__init__.py
src/railmux/__main__.py
src/railmux/atomic_file.py
src/railmux/cli.py
src/railmux/codex_index.py
src/railmux/config.py
src/railmux/discovery.py
src/railmux/favorites.py
src/railmux/fuzzy.py
src/railmux/launcher.py
src/railmux/models.py
src/railmux/path_codec.py
src/railmux/renames.py
src/railmux/scroll_agent.py
src/railmux/scroll_manager.py
src/railmux/session_cache.py
src/railmux/session_index.py
src/railmux/tmux_ctl.py
src/railmux/transcript.py
src/railmux.egg-info/PKG-INFO
src/railmux.egg-info/SOURCES.txt
src/railmux.egg-info/dependency_links.txt
src/railmux.egg-info/entry_points.txt
src/railmux.egg-info/requires.txt
src/railmux.egg-info/top_level.txt
src/railmux/ui/__init__.py
src/railmux/ui/_widgets.py
src/railmux/ui/app.py
src/railmux/ui/keymap.py
src/railmux/ui/modals.py
src/railmux/ui/projects_pane.py
src/railmux/ui/running_pane.py
src/railmux/ui/sessions_pane.py
src/railmux/ui/statusbar.py
tests/test_atomic_file.py
tests/test_cli.py
tests/test_codex_index.py
tests/test_codex_transcript.py
tests/test_config.py
tests/test_discovery.py
tests/test_focus_highlight.py
tests/test_fullscreen_binding.py
tests/test_fuzzy.py
tests/test_history_cleanup.py
tests/test_keymap.py
tests/test_launcher.py
tests/test_modals.py
tests/test_path_codec.py
tests/test_projects_pane.py
tests/test_renames.py
tests/test_running_pane.py
tests/test_running_sort.py
tests/test_scroll_agent.py
tests/test_scroll_manager.py
tests/test_session_cache.py
tests/test_session_index.py
tests/test_sessions_pane.py
tests/test_soft_quit.py
tests/test_status.py
tests/test_statusbar.py
tests/test_tmux_ctl.py
tests/test_tmux_status.py
tests/test_transcript.py
tests/test_widgets.py