22 lines
371 B
Markdown
22 lines
371 B
Markdown
# CLAUDE.md — tüit Transkriptor
|
|
|
|
Desktop transcription tool. Python, no Docker.
|
|
|
|
## Key Commands
|
|
|
|
# Install dependencies
|
|
pip install -r requirements.txt
|
|
|
|
# Run
|
|
python main.py
|
|
|
|
# Run tests
|
|
pytest -v
|
|
|
|
# Trigger recording toggle via signal
|
|
pkill -USR1 -f main.py
|
|
|
|
## Architecture
|
|
|
|
See docs/plans/2026-04-01-desktop-transcription-design.md
|