mirror of
https://codeberg.org/icewind/galton.git
synced 2026-06-03 10:24:07 +02:00
add sample config
This commit is contained in:
parent
4a92566b85
commit
1781b20f20
1 changed files with 12 additions and 0 deletions
12
config-sample.toml
Normal file
12
config-sample.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue