LICENSE
README.md
pyproject.toml
linuxmole/__init__.py
linuxmole/__main__.py
linuxmole/cli.py
linuxmole/config.py
linuxmole/constants.py
linuxmole/helpers.py
linuxmole/interactive.py
linuxmole/logging_setup.py
linuxmole/output.py
linuxmole/plans.py
linuxmole.egg-info/PKG-INFO
linuxmole.egg-info/SOURCES.txt
linuxmole.egg-info/dependency_links.txt
linuxmole.egg-info/entry_points.txt
linuxmole.egg-info/requires.txt
linuxmole.egg-info/top_level.txt
linuxmole/commands/__init__.py
linuxmole/commands/_helpers.py
linuxmole/commands/analyze.py
linuxmole/commands/clean.py
linuxmole/commands/config_cmd.py
linuxmole/commands/installer.py
linuxmole/commands/optimize.py
linuxmole/commands/purge.py
linuxmole/commands/status.py
linuxmole/commands/uninstall.py
linuxmole/commands/whitelist.py
linuxmole/docker/__init__.py
linuxmole/docker/formatting.py
linuxmole/docker/inspect.py
linuxmole/docker/logs.py
linuxmole/system/__init__.py
linuxmole/system/apt.py
linuxmole/system/metrics.py
linuxmole/system/paths.py
tests/test_cli.py
tests/test_config.py
tests/test_helpers.py
tests/test_interactive_enhanced.py
tests/test_logging.py
tests/test_optimize.py
tests/test_output.py
tests/test_tui.py
tests/test_uninstall.py
tests/test_whitelist.py