summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorSteph Enders <smenders@gmail.com>2022-03-19 14:19:05 -0400
committerSteph Enders <smenders@gmail.com>2022-03-19 14:19:05 -0400
commit0791c354995775becf558f4b0031daf55477f88f (patch)
tree462eddb8344304c37e7e4b8d62f2395f8d3cd21d /readme.txt
parentbeb08521b1cb06aa2c282a6752c7b588326fa025 (diff)
Reduce verbose find queries in favor of mv -v
We can literally use mv -v instead! Why didn't I think to look at the manpage for mv! Lol
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index c2f5cfa..fa0cd78 100644
--- a/readme.txt
+++ b/readme.txt
@@ -53,8 +53,8 @@ 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
+[x] Better logging of moves - we repeat the find like 3 times to be
+[ ] Timestamps in logs?
[ ] More flexibility / configurability
[ ] Fault tolerance
[ ] Auto mkdir -p if the target dir doesn't exist?