From 3f37f1c9bf64866de90ec418adcfe31b634231c2 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 21 Jun 2020 18:16:47 +0200 Subject: Added archive_write, archive_read draft --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7153804..95120ca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # tar Shitty clone of the `tar` program made for educational purposes. + +## TODO + +- [ ] `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 -- cgit