aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7153804..95120ca 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
# tar
Shitty clone of the `tar` program made for educational purposes.
+
+## TODO
+
+- [ ] `x` Extracting archive
+- [ ] `d` Difference between file system and archive
+- [ ] `t` List archive
+- [ ] `v` Verbose mode
+- [ ] `A` Concatenate 2 archives together
+- [ ] `r` Add files to archive
+- [ ] `u` Update file in archive