Index and export utilities for research content.
- rebuild - Rebuild research indexes
- stats - Show index statistics
go install github.com/mtreilly/arc-index@latest# Rebuild the index
arc-index rebuild
# Show statistics
arc-index statsArc-index generates index files (like _INDEX.md) from your research database, organizing papers, blog posts, and other items by type and date.
MIT