LICENSE
README.md
pyproject.toml
src/autostartx/__init__.py
src/autostartx/cli.py
src/autostartx/config.py
src/autostartx/daemon.py
src/autostartx/interactive.py
src/autostartx/logger.py
src/autostartx/models.py
src/autostartx/monitor.py
src/autostartx/process_manager.py
src/autostartx/service_manager.py
src/autostartx/storage.py
src/autostartx.egg-info/PKG-INFO
src/autostartx.egg-info/SOURCES.txt
src/autostartx.egg-info/dependency_links.txt
src/autostartx.egg-info/entry_points.txt
src/autostartx.egg-info/requires.txt
src/autostartx.egg-info/top_level.txt
tests/test_config.py
tests/test_models.py
tests/test_storage.py