aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-22 19:48:39 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-22 19:48:39 +0200
commitd99f14c2a908b9db8d24180c9681009a4d1c0207 (patch)
tree935d334b242e38f70ef1e503446a35f0b66e104c /README.md
parent88ab5a5273e13066ce3f496a690f10d20a278bb4 (diff)
downloadtar-d99f14c2a908b9db8d24180c9681009a4d1c0207.tar.gz
tar-d99f14c2a908b9db8d24180c9681009a4d1c0207.tar.bz2
tar-d99f14c2a908b9db8d24180c9681009a4d1c0207.zip
Added list option and verbose mode
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4c93688..cb25714 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ Shitty clone of the `tar` program made for educational purposes.
- [x] `x` Extracting archive
- [ ] `d` Difference between file system and archive
-- [ ] `t` List archive
-- [ ] `v` Verbose mode
+- [x] `t` List archive
+- [x] `v` Verbose mode
- [ ] `A` Concatenate 2 archives together
- [ ] `r` Add files to archive
- [ ] `u` Update file in archive