mirror of
https://codeberg.org/icewind/galton.git
synced 2026-06-03 10:24:07 +02:00
14 lines
No EOL
312 B
TOML
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" |