summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-07-02 19:41:16 +0200
committerOskar <[email protected]>2024-07-02 19:41:16 +0200
commit98b629a35f41deba0ee0654a7ec04774d663e778 (patch)
tree1d240757f12cb1611844458c42ef70ea87e2f42c /TODO
parent5d6e88b520791b53e2fa3c197f126565c698694d (diff)
made list_files, it can probably be hugely improved but i think that it's good enough for today though. This is kind of a proof of concept though so ill probably change it tomorrow. It's not perfect.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2bd23d5..502734a 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-1. Implement -l and -L
+1. Implement -l and -L. Maybe redo the function. Its not working as well as i thought. Maybe not use get line.
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