diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,7 +5,7 @@ Shitty clone of the `tar` program made for educational purposes. ## TODO - [x] `x` Extracting archive -- [ ] `d` Difference between file system and archive +- [x] `d` Difference between file system and archive - [x] `t` List archive - [x] `v` Verbose mode - [ ] `A` Concatenate 2 archives together @@ -13,3 +13,7 @@ Shitty clone of the `tar` program made for educational purposes. - [ ] `u` Update file in archive - [ ] Remove `..` from member name - [ ] Complete ustar format + - [ ] Device handling + - [ ] Soft link handling + - [ ] Hard link handling + - [ ] Filename prefix used for >100 file\_name |
