grimoire: TUI Reference Manager
A fast TUI reference manager for academic papers built with Rust. The filesystem is the source of truth — each reference is a directory with a PDF and an info.toml metadata file. SQLite with FTS5 provides full-text search, but it’s disposable: grimoire reindex rebuilds it from scratch. Running grimoire opens an interactive browser. Type to fuzzy-search across titles, authors, and abstracts. Press Enter to open the PDF, e to edit metadata, y to copy BibTeX. ...