diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-21 23:36:11 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-21 23:36:11 +0300 |
| commit | f4996327d21b2a81817112cb1aee3f456fe648af (patch) | |
| tree | 1d50ec915ddaa559ef4d41c74d22252fffc6c185 | |
| parent | 3ff28dc3fd3885610059690eca1b32efcea0b7b3 (diff) | |
fix
| -rw-r--r-- | .gitignore | 21 | ||||
| -rw-r--r-- | README.md | 10 |
2 files changed, 2 insertions, 29 deletions
@@ -21,12 +21,6 @@ go.work.sum # Build output totalrecall -# IDE files -.idea/ -.vscode/ -*.swp -*.swo - # OS files .DS_Store Thumbs.db @@ -34,18 +28,3 @@ Thumbs.db # Temporary files *.tmp *.temp - -# Audio cache (OpenAI TTS) -.audio_cache/ - -# Geberated cards data -anki_cards - -# Configuration with API keys -.totalrecall.yaml -.image_cache/ - -# Test output directories -test_output/ -test_output2/ -test_phonetic/ @@ -8,14 +8,8 @@ It has mainly been vibe coded using Claude Code CLI. -<p align="center"> - <img src="assets/totalrecall.png" alt="TotalRecall screens hot"> -</p> - -<p align="center"> - <a href="assets/audio.mp3">๐ Computer / ะะพะผะฟัััั</a> -</p> - +[<img src="assets/totalrecall.png" alt="TotalRecall screens hot">](assets/totalrecall.png) +[๐ Computer / ะะพะผะฟัััั](assets/audio.mp3) โ ๏ธ **Important:** This tool uses OpenAI services for audio and image generation, which requires an API key. See [Quick Start](#quick-start) for setup instructions. |
