From e7c063dd92e0a16a2db1698048d35ee8a1de0c36 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 25 Jun 2023 17:38:10 +0200 Subject: [PATCH] describe move/rename behaviour that needs to be addressed in todos.md --- concepts/todos.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/concepts/todos.md b/concepts/todos.md index 9eeea00..1ea1448 100644 --- a/concepts/todos.md +++ b/concepts/todos.md @@ -18,6 +18,12 @@ - create - delete - move/rename + - works for inside the mount + - needs work for moving out of/into mount folder + - it just can't find the target folder if I try to move a file out of the drive + - same for moving into the drive folder + - basically files have to be created/deleted on the drive if files are moved into/out of the drive folder + - in that case the data also has to be moved over to the target location (actual move, not just a parent id change) - implement notifying the user of needed actions like conflicts or required authentications via the cli ### Prio 2: