diff options
author | Oskar <[email protected]> | 2024-06-28 17:11:23 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-06-28 17:11:23 +0200 |
commit | 6bcef090c8be94123dc87091fcb2532451664e66 (patch) | |
tree | 144b9d7903049e1271b4459f877a9056f66ca2d2 /TODO | |
parent | 5d85aea7f37d2596dc4421c35eddfc5f6fd6cbfc (diff) |
can finally trash files and the program logs it. Its not very pretty though. I think ill have to make some more structs and functions for a cleaner way of handling this
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,5 +1,6 @@ -1. Start implementing some commandline arguments. I will probably start with -v (verbose) and -y/-n. -2. Clean up some code, remove redundancy and make everything a little smarter where i can. -3. -4. +1. Implement function to move the file to the trash. +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 +5. ?. 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 |