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

Configuration

Configuration for autotidy can be found at the following location:

platformpath
Linux~/.config/autotidy/config.yaml
macOS~/.config/autotidy/config.yaml
Windows%APPDATA%\autotidy\config.yaml

Example

# Moves PDFs and Word docs from Downloads/Desktop to ~/Documents
# organized by extension
rules:
  - name: Organize Downloads
    locations:
      - ~/Downloads
      - ~/Desktop
    filters:
      - extension: [pdf, doc, docx]
    actions:
      - move: ~/Documents/${ext}

Reference

Hot Reload

The autotidy daemon supports hot-reloading of configuration:

autotidy reload