diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
