diff options
author | Oskar <[email protected]> | 2024-06-27 15:27:41 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-06-27 15:27:41 +0200 |
commit | baa775cdd7f936573bdeaa6c10757495ac48c172 (patch) | |
tree | a20f4b19c114495311676322a26a0f6d10a310e9 /TODO | |
parent | 74f39e0e6f20307929fe522e2ce7c5431ca5ba9f (diff) |
Lots of small changes and improvements. Removed all instances of using stcat directly and moved to using concat_str for all those cases. Also added alot more free_ipi to all of the cases where we exit because of some error
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,5 @@ -1. Create check_create_ts_dirs -2. Perform testing on it -3. 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 +1. Finish find highest ID +2. Clean up some code, remove redundancy and make everything a little smarter where i can. +3. Change fill_ipi function again because i found a slightly better way to do things +4. Start implementing some commandline arguments. I will probably start with -v (verbose) and -y/-n. +?. 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 |