summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 05922ef..c2f5cfa 100644
--- a/readme.txt
+++ b/readme.txt
@@ -12,7 +12,7 @@ Prereqs:
Setup:
the script searches the directory:
- ./automv.d/
+ /usr/local/etc/automv.d/
for any .conf files
Overriding the automv.d location:
@@ -20,6 +20,10 @@ Overriding the automv.d location:
AUTOMV_DIR
environment variable
+How it works:
+ it basically automates the finding of non-hidden files in the source dir
+ and will move them to an existing directory
+
automv.d/ conf syntax
=====================
@@ -46,3 +50,13 @@ query=.*\.jp[e]?g
source=/home/user/Downloads/
target=/home/user/Pictures/
+Nice to haves / Tasks to be done
+================================
+
+[ ] Better logging (timestamps n such) - we repeat the find like 3 times to be
+ able to get better logs / printing
+[ ] 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?
+