README.md
pyproject.toml
src/rigdoctor/__init__.py
src/rigdoctor/__main__.py
src/rigdoctor/cli.py
src/rigdoctor/config.py
src/rigdoctor/render.py
src/rigdoctor.egg-info/PKG-INFO
src/rigdoctor.egg-info/SOURCES.txt
src/rigdoctor.egg-info/dependency_links.txt
src/rigdoctor.egg-info/entry_points.txt
src/rigdoctor.egg-info/requires.txt
src/rigdoctor.egg-info/top_level.txt
src/rigdoctor/core/__init__.py
src/rigdoctor/core/alerts.py
src/rigdoctor/core/catalog.py
src/rigdoctor/core/crashlog.py
src/rigdoctor/core/diagnostic.py
src/rigdoctor/core/elevation.py
src/rigdoctor/core/fixes.py
src/rigdoctor/core/gameenv.py
src/rigdoctor/core/health.py
src/rigdoctor/core/hwmon.py
src/rigdoctor/core/installer.py
src/rigdoctor/core/inventory.py
src/rigdoctor/core/pty_session.py
src/rigdoctor/core/reccontrol.py
src/rigdoctor/core/recorder.py
src/rigdoctor/core/sample.py
src/rigdoctor/core/sampler.py
src/rigdoctor/core/share.py
src/rigdoctor/core/steam.py
src/rigdoctor/core/sysenv.py
src/rigdoctor/core/uninstall.py
src/rigdoctor/core/updates.py
src/rigdoctor/core/wrap.py
src/rigdoctor/core/sources/__init__.py
src/rigdoctor/core/sources/base.py
src/rigdoctor/core/sources/cpu.py
src/rigdoctor/core/sources/memory.py
src/rigdoctor/core/sources/nvidia.py
src/rigdoctor/core/sources/storage.py
src/rigdoctor/gui/__init__.py
src/rigdoctor/gui/app.py
src/rigdoctor/gui/dashboard.py
src/rigdoctor/gui/desktop.py
src/rigdoctor/gui/diagnostic_dialog.py
src/rigdoctor/gui/environment_page.py
src/rigdoctor/gui/games_page.py
src/rigdoctor/gui/health_page.py
src/rigdoctor/gui/inventory_page.py
src/rigdoctor/gui/main_window.py
src/rigdoctor/gui/notifications_page.py
src/rigdoctor/gui/recorder_page.py
src/rigdoctor/gui/setup_page.py
src/rigdoctor/gui/share_page.py
src/rigdoctor/gui/terminal_widget.py
src/rigdoctor/gui/theme.py
src/rigdoctor/gui/widgets.py
src/rigdoctor/gui/worker.py
src/rigdoctor/gui/assets/check.svg
src/rigdoctor/gui/assets/rigdoctor.svg
tests/test_alerts.py
tests/test_config.py
tests/test_core.py
tests/test_crashlog.py
tests/test_diagnostic.py
tests/test_fixes.py
tests/test_gameenv.py
tests/test_health.py
tests/test_installer.py
tests/test_inventory.py
tests/test_pty_session.py
tests/test_relay_frames.py
tests/test_share.py
tests/test_steam.py
tests/test_token.py
tests/test_wrap.py