Currently only supports basic text file formats like txt, md, and pdf SOON this would support source code files like c, cpp, py, js, etc. and is not optimized for large files.
$ cargo run or cargo build # to build the project and use the prebuilt index
$ cargo run -- refresh or cargo build -- refresh # to refresh the index

- Content search using TF-IDF
- Preview with highlighted terms
- Smooth user interface
We can search for words like "search", "preview", or "TUI" to see if highlighting works correctly.
The system should find these keywords and show them with → ← markers around the matching terms.