From a3ce8c8d60357bfecb4f5c031136e64fb386731d Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves <104033825+Azpect3120@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:13:58 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5fadd7a..b202f2a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Future Plans + - [ ] Move files and directories - [ ] Delete files and directories - [ ] Undo deleted files (using tmp files maybe, may require a DB) @@ -6,3 +7,9 @@ - [ ] Dark/light mode toggle - [ ] Image display (will require some kind of file server) - [ ] Markdown rendering (quite a reach) + +## Notes + +The tmp files and undo deletion might be complicated. + +Also having some issues with file permissions, docker might be the cause.