diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-22 20:25:18 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-22 20:25:18 +0200 |
| commit | 8f3aa1e98c2dc8e7cd96c4bf3efe8d0603651c86 (patch) | |
| tree | db7bfb4bf44d63869430036c48844d3da5809d17 /README.md | |
| parent | d99f14c2a908b9db8d24180c9681009a4d1c0207 (diff) | |
| download | tar-8f3aa1e98c2dc8e7cd96c4bf3efe8d0603651c86.tar.gz tar-8f3aa1e98c2dc8e7cd96c4bf3efe8d0603651c86.tar.bz2 tar-8f3aa1e98c2dc8e7cd96c4bf3efe8d0603651c86.zip | |
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 |
