summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-06-29 15:13:21 +0200
committerOskar <[email protected]>2024-06-29 15:13:21 +0200
commit69cbbd4531af56fa6b99212a8d53c46bddd06736 (patch)
tree1f6525e9c7442450516e097f9b42b170b11c35a8 /TODO
parent6bcef090c8be94123dc87091fcb2532451664e66 (diff)
major bug found, not sure how to fix it
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index a8365d2..734b4a4 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-1. Implement function to move the file to the trash.
+1. Maybe make some new structs with paths and such to make combining paths a little less of a pain. If its already there then we can just use them with no problems.
2. Implement function to read log files? And maybe act upon the read contents? I'll have to think more about this.
3. Function to find filenames
4. Clean up some code, remove redundancy and make everything a little smarter where i can