summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-07-04 10:06:50 +0200
committerOskar <[email protected]>2024-07-04 10:06:50 +0200
commit08a6c63ec2a418ab9ff1c0ba93628fad0c5e37d1 (patch)
treedd40972ae56041718a929831e873a06cfa4e591b /TODO
parentdac866570ef09eef009dd491d8012b4af75e1ec1 (diff)
Proof of concept -l and -L system. Still quite a few bugs to iron out. Might also divide some functions to make everything a bit easier to work with
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 502734a..b4c0a89 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-1. Implement -l and -L. Maybe redo the function. Its not working as well as i thought. Maybe not use get line.
+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