sumitk-2908/haydar ? reverse-engineered prompt
Reverse engineered prompt
Build me a Windows app that lets me search my files by meaning instead of just filename. I want to press Ctrl Space from anywhere, type something like “quarterly budget projections” or “invoice from March,” and quickly see the best matching files, with an option to switch to exact keyword search too.
It should work fully on my own machine, with no cloud or API calls, and it should index common file types like PDFs, Word docs, text files, code, and images with OCR if Tesseract is installed. Make it start by indexing Documents first, then keep watching for new or changed files in the background so results stay up to date. The search window should be simple, floating, and easy to dismiss with Esc.
Also include a small command line tool for checking status, searching, adding folders, and forcing a reindex. If you need to check current docs or behavior, look it up online first.
Are you gonna build this?
make sure you review the code using coderabbit