galton/config-sample.toml
2025-11-11 01:39:56 +01:00

14 lines
No EOL
312 B
TOML

[watch]
symlink = "~/Downloads/last"
remove-duplicates = true
notify = true
[[rule]]
name = "\\.(csv|CSV)"
url = "https://www.paypal.com"
move = "~/Downloads/Paypal Statements"
rename = "$mtime.csv"
[[rule]]
name = ".+\\.(stl|3mf)" # note that we need to double the \\ for to escape regex
move = "~/Printables"