LICENSE
README.md
pyproject.toml
src/rightcodes_tui_dashboard/__init__.py
src/rightcodes_tui_dashboard/__main__.py
src/rightcodes_tui_dashboard/cli.py
src/rightcodes_tui_dashboard/errors.py
src/rightcodes_tui_dashboard/privacy.py
src/rightcodes_tui_dashboard.egg-info/PKG-INFO
src/rightcodes_tui_dashboard.egg-info/SOURCES.txt
src/rightcodes_tui_dashboard.egg-info/dependency_links.txt
src/rightcodes_tui_dashboard.egg-info/entry_points.txt
src/rightcodes_tui_dashboard.egg-info/requires.txt
src/rightcodes_tui_dashboard.egg-info/top_level.txt
src/rightcodes_tui_dashboard/api/__init__.py
src/rightcodes_tui_dashboard/api/client.py
src/rightcodes_tui_dashboard/services/__init__.py
src/rightcodes_tui_dashboard/services/backoff.py
src/rightcodes_tui_dashboard/services/calculations.py
src/rightcodes_tui_dashboard/services/update_check.py
src/rightcodes_tui_dashboard/services/use_logs.py
src/rightcodes_tui_dashboard/storage/__init__.py
src/rightcodes_tui_dashboard/storage/token_store.py
src/rightcodes_tui_dashboard/ui/__init__.py
src/rightcodes_tui_dashboard/ui/app.py
src/rightcodes_tui_dashboard/utils/paths.py
tests/test_api_client_errors.py
tests/test_auth_token_parsing.py
tests/test_backoff.py
tests/test_burn_eta_layout.py
tests/test_calculations.py
tests/test_cli_help_output.py
tests/test_cli_version_flag.py
tests/test_duration_and_parsing.py
tests/test_logs_today_range.py
tests/test_masking.py
tests/test_smoke_cli.py
tests/test_textual_render_name_collision.py
tests/test_token_store_global_file.py
tests/test_ui_theme_toggle_artifact_guard.py
tests/test_update_check.py
tests/test_use_log_time_format.py
tests/test_use_logs_extract.py