LICENSE
README.md
pyproject.toml
packaging/linux/shotquill-gui.desktop
packaging/linux/icons/hicolor/scalable/apps/shotquill.svg
src/shotquill/__init__.py
src/shotquill/__main__.py
src/shotquill/app.py
src/shotquill/audit.py
src/shotquill/blocklist.py
src/shotquill/cli.py
src/shotquill/config.py
src/shotquill/headless.py
src/shotquill/i18n.py
src/shotquill/imaging.py
src/shotquill/mcp.py
src/shotquill/paths.py
src/shotquill/permissions.py
src/shotquill/redact.py
src/shotquill.egg-info/PKG-INFO
src/shotquill.egg-info/SOURCES.txt
src/shotquill.egg-info/dependency_links.txt
src/shotquill.egg-info/entry_points.txt
src/shotquill.egg-info/requires.txt
src/shotquill.egg-info/top_level.txt
src/shotquill/autostart/__init__.py
src/shotquill/autostart/base.py
src/shotquill/autostart/linux.py
src/shotquill/autostart/macos.py
src/shotquill/autostart/windows.py
src/shotquill/capture/__init__.py
src/shotquill/capture/base.py
src/shotquill/capture/macos.py
src/shotquill/capture/qtgrab.py
src/shotquill/capture/wayland.py
src/shotquill/capture/windows.py
src/shotquill/capture/x11.py
src/shotquill/hotkeys/__init__.py
src/shotquill/hotkeys/base.py
src/shotquill/hotkeys/combo.py
src/shotquill/hotkeys/linux.py
src/shotquill/hotkeys/macos.py
src/shotquill/hotkeys/wayland.py
src/shotquill/hotkeys/windows.py
src/shotquill/ocr/__init__.py
src/shotquill/ocr/base.py
src/shotquill/ocr/linux.py
src/shotquill/ocr/macos.py
src/shotquill/ocr/windows.py
src/shotquill/output/__init__.py
src/shotquill/output/clipboard.py
src/shotquill/output/saver.py
src/shotquill/ui/__init__.py
src/shotquill/ui/blocklist_dialog.py
src/shotquill/ui/canvas.py
src/shotquill/ui/editor.py
src/shotquill/ui/feedback.py
src/shotquill/ui/geometry.py
src/shotquill/ui/icons.py
src/shotquill/ui/pinned.py
src/shotquill/ui/settings.py
src/shotquill/ui/smart_overlay.py
src/shotquill/ui/toolbar.py
src/shotquill/ui/tools.py
src/shotquill/ui/items/__init__.py
src/shotquill/ui/items/arrow.py
src/shotquill/ui/items/geometry.py
src/shotquill/ui/items/mosaic.py
tests/test_activation_macos.py
tests/test_app.py
tests/test_arrow.py
tests/test_audit.py
tests/test_autostart.py
tests/test_autostart_linux.py
tests/test_autostart_windows.py
tests/test_blocklist.py
tests/test_blocklist_dialog.py
tests/test_blocklist_enforcement.py
tests/test_canvas.py
tests/test_capture.py
tests/test_cli.py
tests/test_clipboard.py
tests/test_combo.py
tests/test_config.py
tests/test_displays.py
tests/test_editor.py
tests/test_feedback.py
tests/test_headless.py
tests/test_hotkeys.py
tests/test_hotkeys_linux.py
tests/test_hotkeys_wayland.py
tests/test_hotkeys_windows.py
tests/test_i18n.py
tests/test_icons.py
tests/test_imaging.py
tests/test_imports.py
tests/test_mcp.py
tests/test_mosaic.py
tests/test_ocr_factory.py
tests/test_ocr_tesseract.py
tests/test_ocr_windows.py
tests/test_paths.py
tests/test_permissions.py
tests/test_pinned.py
tests/test_qtgrab.py
tests/test_redact.py
tests/test_region_geometry.py
tests/test_saver.py
tests/test_settings.py
tests/test_smart_overlay.py
tests/test_toolbar.py
tests/test_wayland_portal.py
tests/test_windows_capture.py
tests/test_windows_platform.py
tests/test_x11_windows.py