LICENSE
README.md
pyproject.toml
src/horavox/__init__.py
src/horavox/at.py
src/horavox/clock.py
src/horavox/completion.py
src/horavox/config.py
src/horavox/core.py
src/horavox/list.py
src/horavox/main.py
src/horavox/now.py
src/horavox/registry.py
src/horavox/service.py
src/horavox/sleep.py
src/horavox/stop.py
src/horavox/update.py
src/horavox/voice.py
src/horavox/wakeup.py
src/horavox.egg-info/PKG-INFO
src/horavox.egg-info/SOURCES.txt
src/horavox.egg-info/dependency_links.txt
src/horavox.egg-info/entry_points.txt
src/horavox.egg-info/requires.txt
src/horavox.egg-info/top_level.txt
src/horavox/data/beep.mp3
src/horavox/data/blank.mp3
src/horavox/data/lang/en.json
src/horavox/data/lang/pl.json
src/horavox/platforms/__init__.py
src/horavox/platforms/linux.py
src/horavox/platforms/macos.py
src/horavox/platforms/windows.py
tests/test_cli.py
tests/test_commands.py
tests/test_core.py
tests/test_install.py