Skip to main content

Review command

This is the primary command provided for reviewing tunes. By default, the CLI will select the 10 most "in need of revision" tunes and present them to you to review.

Screenshot of the Review Command

Quick start

As a minimum, navigate to the root directory of your vault and run the following command:

tune-review review

The review command uses the same selection logic used throughout the CLI to determine which tunes should be reviewed.

After determining the tunes to review, it launches an interactive review session in the terminal.

Options

FlagDefaultDescription
-h, --helpPrints help information
--vault PATH(Defaults to the current directory)Path to the Obsidian vault root
--store PATH(Defaults to /.tune-review/ within the current directory)Path to the review store JSON file
--dry-runDo not save any changes
--count N10Number of tunes to select
--origin TEXTFilter by origin, e.g. --origin Scottish
--include-sessionInclude tunes marked as session-maintained
--include-excludedInclude tunes marked as excluded
--tune NAME_OR_IDReview a specific tune by its title or ID, bypassing automated selection logic