Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Additional options

Daemon

daemon:
  debounce: 500ms
propertytypedefaultdescription
debounceduration500msWait for filesystem activity to settle before executing rules

The debounce prevents rapid re-execution when files are being written or modified in quick succession. Decreasing it will make rule invocations more responsive, but may reduce performance.

Logging

logging:
  level: warn
propertytypedefaultdescription
levelstringwarnLog level: debug, info, warn, error