LICENSE
README.md
pyproject.toml
skjalf/__init__.py
skjalf/__main__.py
skjalf/config.py
skjalf/utils.py
skjalf.egg-info/PKG-INFO
skjalf.egg-info/SOURCES.txt
skjalf.egg-info/dependency_links.txt
skjalf.egg-info/entry_points.txt
skjalf.egg-info/requires.txt
skjalf.egg-info/top_level.txt
skjalf/view/__init__.py
skjalf/view/__main__.py
skjalf/view/event_bus.py
skjalf/view/file_op_dialog.py
skjalf/view/help_window.py
skjalf/view/main_view.py
skjalf/view/main_window.py
skjalf/view/model_download_dialog.py
skjalf/view/model_loading_dialog.py
skjalf/view/models.py
skjalf/view/sidebar.py
skjalf/view/version_check.py
skjalf/watcher/__init__.py
skjalf/watcher/core.py
skjalf/watcher/embedder.py
skjalf/watcher/events.py
skjalf/watcher/fs_monitor.py
skjalf/watcher/models.py
skjalf/watcher/thumbnails.py
skjalf/watcher/worker.py
tests/test_events.py
tests/test_models_sqlalchemy.py
tests/test_thumbnails.py
tests/test_utils.py