summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-07-04 17:22:47 +0200
committerOskar <[email protected]>2024-07-04 17:22:47 +0200
commit4dde5db2ddf83f62c6146f9898feef4df4ad95b3 (patch)
tree441590d2e12532ed16b09d905f9284c9eb3f9cf4 /TODO
parent08a6c63ec2a418ab9ff1c0ba93628fad0c5e37d1 (diff)
basic version of L and l is done, will move on to another branch for other functionality
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index b4c0a89..6f80207 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
-1. Implement -l and -L. Maybe redo the function.
-2. Just a note: When implementing the -L -l functions we need to make it clear what's in tmp and whats not. Not sure exactly how ill do this but i have some ideas. One way of dealing with files in tmp is to force the user to pass the -t argument if they want to deal with tmp stuff. Like if i say: 'tsr -t -l' it will only list files in the tmp trashcan. Maybe that IS the best approach to this?
-3. Implement function to read log files? And maybe act upon the read contents? I'll have to think more about this.
-4. Handle case where we pass a bunch of options but no filename
+1. Divide fill_lfc and -L -l function
+2. Handle case where we pass a bunch of options but no filename
+3.
+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