LICENSE.txt
README.md
pyproject.toml
src/faster_whisper_hotkey/__init__.py
src/faster_whisper_hotkey/__main__.py
src/faster_whisper_hotkey/available_languages.json
src/faster_whisper_hotkey/clipboard.py
src/faster_whisper_hotkey/config.py
src/faster_whisper_hotkey/llm_corrector.py
src/faster_whisper_hotkey/models.py
src/faster_whisper_hotkey/paste.py
src/faster_whisper_hotkey/settings.py
src/faster_whisper_hotkey/terminal.py
src/faster_whisper_hotkey/transcribe.py
src/faster_whisper_hotkey/transcriber.py
src/faster_whisper_hotkey/ui.py
src/faster_whisper_hotkey.egg-info/PKG-INFO
src/faster_whisper_hotkey.egg-info/SOURCES.txt
src/faster_whisper_hotkey.egg-info/dependency_links.txt
src/faster_whisper_hotkey.egg-info/entry_points.txt
src/faster_whisper_hotkey.egg-info/requires.txt
src/faster_whisper_hotkey.egg-info/top_level.txt
tests/test_clipboard.py
tests/test_config.py
tests/test_config_extended.py
tests/test_llm_corrector.py
tests/test_models.py
tests/test_models_extended.py
tests/test_paste.py
tests/test_settings.py
tests/test_terminal.py
tests/test_transcribe.py
tests/test_ui.py
tests/test_ui_edge_cases.py