chore: project scaffold
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user