aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-22 15:09:59 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-22 15:09:59 +0200
commit86e8aeb5bb66ae5625002533b529752a7814e6c0 (patch)
treebb30c103a5059c8dda817310dc57256d5b812ede /README.md
parent3f37f1c9bf64866de90ec418adcfe31b634231c2 (diff)
downloadtar-86e8aeb5bb66ae5625002533b529752a7814e6c0.tar.gz
tar-86e8aeb5bb66ae5625002533b529752a7814e6c0.tar.bz2
tar-86e8aeb5bb66ae5625002533b529752a7814e6c0.zip
Added archive extracting
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95120ca..4c93688 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,12 @@ Shitty clone of the `tar` program made for educational purposes.
## TODO
-- [ ] `x` Extracting archive
+- [x] `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
+- [ ] Remove `..` from member name
+- [ ] Complete ustar format