diff options
-rw-r--r-- | readme.txt | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -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? |