LICENSE
MANIFEST.in
README.md
pyproject.toml
tests/test_actions_kill.py
tests/test_aggregator.py
tests/test_app_smoke.py
tests/test_discovery.py
tests/test_discovery_parse.py
tests/test_docker_fallback.py
tests/test_filters.py
tests/test_name_resolution.py
tests/test_status.py
tests/test_theme_config.py
whosat/__init__.py
whosat/__main__.py
whosat/app.py
whosat/cli.py
whosat/config.py
whosat/constants.py
whosat/formatting.py
whosat/theme.py
whosat/types.py
whosat.egg-info/PKG-INFO
whosat.egg-info/SOURCES.txt
whosat.egg-info/dependency_links.txt
whosat.egg-info/entry_points.txt
whosat.egg-info/requires.txt
whosat.egg-info/top_level.txt
whosat/collector/__init__.py
whosat/collector/docker.py
whosat/collector/memory.py
whosat/collector/system.py
whosat/services/__init__.py
whosat/services/actions.py
whosat/services/aggregator.py
whosat/services/clipboard.py
whosat/services/filters.py
whosat/services/name_resolution.py
whosat/services/path_display.py
whosat/services/refresh.py
whosat/services/status.py
whosat/ssh/__init__.py
whosat/ssh/manager.py
whosat/styles/whosat.tcss
whosat/widgets/__init__.py
whosat/widgets/command_modal.py
whosat/widgets/confirm_modal.py
whosat/widgets/detail_panel.py
whosat/widgets/footer_bar.py
whosat/widgets/header_bar.py
whosat/widgets/memory_table.py
whosat/widgets/pill.py
whosat/widgets/process_table.py
whosat/widgets/refresh_bar.py
whosat/widgets/sidebar.py
whosat/widgets/sys_info_bar.py
whosat/widgets/toolbar.py