From 8f3aa1e98c2dc8e7cd96c4bf3efe8d0603651c86 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 22 Jun 2020 20:25:18 +0200 Subject: Added diff option --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index cb25714..3cf88fc 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit