add sample config

This commit is contained in:
Robin Appelman 2025-10-15 21:02:17 +02:00
commit 1781b20f20

12
config-sample.toml Normal file
View file

@ -0,0 +1,12 @@
[watch]
symlink = "~/Downloads/last"
[[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"