| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-22 | Separate program entry point from commands | JP Appel | |
| 2025-07-18 | Add flag to avoid crawling hidden files | JP Appel | |
| 2025-07-18 | Simplify link parsing | JP Appel | |
| 2025-07-02 | Add link parsing | JP Appel | |
| 2025-06-30 | Implement compiled query execution | JP Appel | |
| 2025-06-15 | Update tests and fix minor bugs | JP Appel | |
| 2025-06-13 | Add more flags to control document indexing | JP Appel | |
| Added support for the following * Ignore unpassable dates * Ignore parsing non-standard header keys * Ignore errors while parsing non-standard header keys | |||
| 2025-06-12 | Minor bug fix | JP Appel | |
| 2025-06-12 | Change doc parsing to only read YAML header | JP Appel | |
| Fixes unintended YAML decode errors when a documents has a valid header but the rest of its contents are not valid YAML. | |||
| 2025-06-09 | Fix lookback error in lexer | JP Appel | |
| 2025-05-04 | Add names to doc fitlers | JP Appel | |
| 2025-05-02 | Implement YAML header parsing | JP Appel | |
| Parses `title` and `tags` fields using default behavior. Custom parsing logic is used for `author` (single and multiauthor support), `date` (parses into `time.Time`), and meta (collects all other header fields into a YAML string). | |||
| 2025-05-02 | Implement json output | JP Appel | |
| 2025-04-27 | Large commit; many features | JP Appel | |
