LICENSE
MANIFEST.in
README.md
pyproject.toml
src/railmux/__init__.py
src/railmux/__main__.py
src/railmux/atomic_file.py
src/railmux/background_index.py
src/railmux/cli.py
src/railmux/codex_index.py
src/railmux/config.py
src/railmux/diagnostics.py
src/railmux/discovery.py
src/railmux/display_transport.py
src/railmux/favorites.py
src/railmux/fuzzy.py
src/railmux/launcher.py
src/railmux/models.py
src/railmux/modes.py
src/railmux/mouse_manager.py
src/railmux/orphan_marker.py
src/railmux/pane_surface.py
src/railmux/path_codec.py
src/railmux/renames.py
src/railmux/restart_state.py
src/railmux/scroll_agent.py
src/railmux/scroll_manager.py
src/railmux/session_cache.py
src/railmux/session_index.py
src/railmux/settings.py
src/railmux/system_deps.py
src/railmux/tmux_binding_manager.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/sidebar.py
src/railmux/ui/statusbar.py
src/railmux/ui/workspace.py
tests/test_agent_workspace.py
tests/test_atomic_file.py
tests/test_background_index.py
tests/test_cli.py
tests/test_codex_delete.py
tests/test_codex_index.py
tests/test_codex_transcript.py
tests/test_config.py
tests/test_denested_transport_benchmark.py
tests/test_diagnostics.py
tests/test_discovery.py
tests/test_display_transport.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_mode_selection.py
tests/test_modes.py
tests/test_mouse_manager.py
tests/test_new_project.py
tests/test_orphan_recovery.py
tests/test_pane_surface.py
tests/test_path_codec.py
tests/test_projects_pane.py
tests/test_renames.py
tests/test_restart_state.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_settings.py
tests/test_sidebar.py
tests/test_soft_quit.py
tests/test_status.py
tests/test_statusbar.py
tests/test_system_deps.py
tests/test_terminal_size.py
tests/test_tmux_binding_manager.py
tests/test_tmux_ctl.py
tests/test_tmux_integration.py
tests/test_tmux_status.py
tests/test_transcript.py
tests/test_widgets.py
tests/test_yolo_prompt.py
tools/denested_transport_benchmark.py