summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-06-29 20:27:19 +0200
committerOskar <[email protected]>2024-06-29 20:27:19 +0200
commit6482259bb862acd7bd969fc4765fba6c11add6ad (patch)
treeaafd4969883b51bc68e3728fd8906e4de315f52e
parenteaea5266bf6c465895a871116c6a59f7a1dcf48b (diff)
update TODO
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index ab5ab96..da41f85 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
-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. Fix that god awful bug where somehow the log filename paths dont get cleared from the string making fopen fail
+1. Handle case where there is no file and it makes an ID of 2
+2. Add ID to the trashed files as well because duplicate names happen. Also add entry to logfile where the trashed file's id is included in the filename
3. Implement function to read log files? And maybe act upon the read contents? I'll have to think more about this.
-4. Function to find filenames
+4.
5. Clean up some code, remove redundancy and make everything a little smarter where i can
6.
?. For now we are just warning the user to set the env variable HOME to your home dir but maybe we want to handle this even if its not set? \ No newline at end of file