aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-21 18:16:47 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-21 18:16:47 +0200
commit3f37f1c9bf64866de90ec418adcfe31b634231c2 (patch)
tree79c12d6255f54ec1049b0b5863c8d6662345518e /README.md
parent0fa3308034c7776b6c078e493f3b758f0a0bf7e6 (diff)
downloadtar-3f37f1c9bf64866de90ec418adcfe31b634231c2.tar.gz
tar-3f37f1c9bf64866de90ec418adcfe31b634231c2.tar.bz2
tar-3f37f1c9bf64866de90ec418adcfe31b634231c2.zip
Added archive_write, archive_read draft
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