LICENSE
README.md
pyproject.toml
src/__init__.py
src/capture.py
src/clipboard.py
src/command_palette.py
src/commands.py
src/config.py
src/editor.py
src/effects.py
src/history.py
src/hotkeys.py
src/i18n.py
src/minimap.py
src/notification.py
src/ocr.py
src/onboarding.py
src/pinned.py
src/queue.py
src/quick_actions.py
src/radial_menu.py
src/recorder.py
src/recording_overlay.py
src/scroll_capture.py
src/scroll_overlay.py
src/tray.py
src/ui.py
src/ui_enhanced.py
src/undo_history.py
src/uploader.py
src/dialogs/__init__.py
src/dialogs/settings.py
src/likx.egg-info/PKG-INFO
src/likx.egg-info/SOURCES.txt
src/likx.egg-info/dependency_links.txt
src/likx.egg-info/entry_points.txt
src/likx.egg-info/requires.txt
src/likx.egg-info/top_level.txt
src/mixins/__init__.py
src/mixins/drawing_mixin.py
src/mixins/input_mixin.py
src/mixins/keyboard_mixin.py
src/mixins/ui_setup_mixin.py
src/widgets/__init__.py
src/widgets/color_picker.py
src/widgets/save_handler.py
src/widgets/tab_manager.py
tests/test_capture.py
tests/test_command_palette.py
tests/test_commands.py
tests/test_config.py
tests/test_editor.py
tests/test_effects.py
tests/test_history.py
tests/test_hotkeys.py
tests/test_i18n.py
tests/test_minimap.py
tests/test_notification.py
tests/test_ocr.py
tests/test_onboarding.py
tests/test_overlays.py
tests/test_pinned.py
tests/test_queue.py
tests/test_quick_actions.py
tests/test_radial_menu.py
tests/test_recorder.py
tests/test_recording_overlay.py
tests/test_scroll_capture.py
tests/test_scroll_overlay.py
tests/test_tray.py
tests/test_ui.py
tests/test_ui_enhanced.py
tests/test_undo_history.py
tests/test_uploader.py