From d42ce343451bbafa278d0107f11a469017f00367 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Sun, 26 Feb 2023 22:40:20 -0500 Subject: Document multi conf --- readme.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 0a35be0..0e3223d 100644 --- a/readme.txt +++ b/readme.txt @@ -52,6 +52,23 @@ query=.*\.jp[e]?g source=/home/user/Downloads/ target=/home/user/Pictures/ +example multi query conf +======================== + +# picturemv.conf +# jpeg/jpg +query.*\.jp[e]?g$ +source/home/user/Downloads/ +target=/home/user/Pictures/ +--- +query=.*\.png$ +source=/home/user/Downloads/ +target=/home/user/Pictures/ +--- +query=.*\.webp +source=/home/user/Downloads/ +target=/dev/null + Nice to haves / Tasks to be done ================================ @@ -60,5 +77,5 @@ Nice to haves / Tasks to be done [ ] More flexibility / configurability [ ] Fault tolerance [ ] Auto mkdir -p if the target dir doesn't exist? -[ ] Multiple queries per file? What if you have diverging regexes? does find support ORs? +[x] Multiple queries per file? What if you have diverging regexes? does find support ORs? -- cgit v1.2.3-54-g00ecf