Skip to content

Configuration

~/.config/tok0/config.toml
[tracking]
# Path to the SQLite metering DB. Override with TOK0_DB_PATH.
database_path = "~/.local/share/tok0/meter.db"
[telemetry]
# Disabled by default. Opt in to anonymous aggregates.
enabled = false
[updater]
# Check for updates once a week.
check_interval_days = 7
[bridge]
# Refuse to load project rules from untrusted directories.
require_trust = true

Project rules go under .tok0/filters/*.toml (trust required). User rules go under ~/.config/tok0/filters/*.toml.