CLI Commands
The spool CLI will let you search your indexed data directly from the terminal.
Planned commands
Section titled “Planned commands”spool search
Section titled “spool search”Search across all indexed sources.
spool search "auth middleware"spool search "auth middleware" --source claudespool search "auth middleware" --source geminispool search '"auth middleware"'By default, whitespace-separated terms are treated as a multi-keyword search, so auth middleware can match entries that contain both terms even when they are not adjacent. Natural multi-term searches prioritize exact phrase hits first, then broader all-terms matches. If you want an exact phrase match only, pass explicit FTS quotes inside the query, for example spool search '"auth middleware"'.
spool index
Section titled “spool index”Manually trigger re-indexing.
spool indexspool status
Section titled “spool status”Show indexing status and statistics.
spool status