obsidian-cli-inspector 1.0.3

Local-first CLI/TUI for indexing and querying Obsidian vaults
Documentation
# Obsidian CLI Inspector Test Vault Configuration

vault_path = "./tests/test-vault"

# Database will be created in project directory for testing
database_path = "./tests/test.db"

# Log path (optional, defaults to ~/.config/obsidian-cli-inspector/logs)
log_path = "./logs"

[exclude]
patterns = [
    ".obsidian/",
    ".git/",
    ".trash/",
]

[search]
default_limit = 20

[graph]
max_depth = 3