CLI notes search tool
Description
- A lightweight command-line tool to search your local notes and files.
Features
- Fast keyword search across a notes directory.
- Filters by filename and filetype.
Installation
- Requires Python 3.8+. Install dependencies (if any) and run the script directly.
Usage
- Run the main script and pass a query: python main.py search terms.
Future work
- Add an integrated summarization feature to produce short summaries of matching notes using SLM.
- Exand on other search algorithms.
- Integrate semantic search.
Still in works!