From f4996327d21b2a81817112cb1aee3f456fe648af Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 21 Jul 2025 23:36:11 +0300 Subject: fix --- .gitignore | 21 --------------------- README.md | 10 ++-------- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index 4a70ff3..c59e3d2 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/README.md b/README.md index 9ca084a..598877f 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,8 @@ It has mainly been vibe coded using Claude Code CLI. -

- TotalRecall screens hot -

- -

- ๐Ÿ”Š Computer / ะšะพะผะฟัŽั‚ัŠั€ -

- +[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. -- cgit v1.2.3