A tiny, practical project: a command-line tool that turns Markdown notes into an indexed, searchable local "knowledge pocket".
- Scans a directory of
.mdfiles - Builds a lightweight index (title, headings, tags, file path)
- Lets you search notes from the terminal
python -m antigravity_notes --help
python -m antigravity_notes index ./notes
python -m antigravity_notes search "vector database"Because finding a note should be faster than remembering where you put it.
Built by S.A.I.