dither index update
Re-scan the library and refresh the qmd index.
dither index updateRe-scans every collection (every top-level subdirectory of the configured library) and refreshes the qmd search index at <dither-home>/qmd-index.sqlite. Run this whenever you've edited markdown by hand, dropped in files from elsewhere, or want to make sure the index is current.
You don't need to call it after dither plugin run — the runner refreshes the index automatically when a plugin promotes new entries (scoped to the touched collections).
Refuses with the standard pre-init error until dither init has run.
Arguments and flags
None. The command takes no positional arguments and no flags.
Output
index updated: <N> collection(s), <N> indexed, <N> updatedcollection(s)— number of top-level subdirectories under the library.indexed— entries seen and committed to the index.updated— entries whose content changed since the last pass.
When the library has no subdirectories, the command prints all zeros and exits successfully.
Example
$ dither index update
index updated: 3 collection(s), 142 indexed, 7 updatedSee also: CLI overview, dither search.