LICENSE
README.md
pyproject.toml
src/snapstep/__init__.py
src/snapstep/__main__.py
src/snapstep/capture.py
src/snapstep/cli.py
src/snapstep/config.py
src/snapstep/log.py
src/snapstep/models.py
src/snapstep/privacy.py
src/snapstep/recorder.py
src/snapstep/writer.py
src/snapstep.egg-info/PKG-INFO
src/snapstep.egg-info/SOURCES.txt
src/snapstep.egg-info/dependency_links.txt
src/snapstep.egg-info/entry_points.txt
src/snapstep.egg-info/requires.txt
src/snapstep.egg-info/top_level.txt
src/snapstep/export/__init__.py
src/snapstep/export/docx_export.py
src/snapstep/export/html_export.py
src/snapstep/export/markdown_export.py
src/snapstep/resources/icon.ico
src/snapstep/resources/icon.png
src/snapstep/resources/icon_rec.png
src/snapstep/resources/templates/report.html.j2
src/snapstep/ui/__init__.py
src/snapstep/ui/settings.py
src/snapstep/ui/tray.py
tests/test_config_recorder.py
tests/test_export.py
tests/test_finalize.py
tests/test_imports.py
tests/test_models.py
tests/test_writer.py