aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 95120ca49c83ad11f495532d47ea88a50f98dd3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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