diff options
author | Oskar <[email protected]> | 2024-07-22 14:55:33 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-07-22 14:55:33 +0200 |
commit | 4ad17c71f23ecd01f949efe120c58e1cb635e140 (patch) | |
tree | 930f1f39077b52bcb8670fc02e4dd8edb0997147 | |
parent | c51eba87b207d686b2ac6b99bf05b0490d679b98 (diff) |
priority changes
-rw-r--r-- | TODO | 4 | ||||
-rwxr-xr-x | test/tsr-SP | bin | 154768 -> 0 bytes | |||
-rw-r--r-- | trashsys.c | 3 |
3 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,5 @@ -1. Implement restoring files (-R) -2. +1. Implement support for trashing directories +2. Implement restoring files (-R) 3. Make style and conventions more consistent 4. 5. Clean up some code, remove redundancy and make everything a little smarter where i can diff --git a/test/tsr-SP b/test/tsr-SP Binary files differdeleted file mode 100755 index 8a10067..0000000 --- a/test/tsr-SP +++ /dev/null @@ -29,7 +29,8 @@ " -h Display this help message.\n"\ " -R id Restore a file by ID. Use -l or -L to find the ID associated with the file.\n"\ " -v Verbose mode, not recommended unless you are a developer.\n"\ - "\n" + " -i Check for inconsistencies in the logs and trashed files (maybe implement)\n"\ + "\n" #define MODE_NORMAL -1 #define MODE_YES 0 #define MODE_NO 1 |