coreutils
coreutils copied to clipboard
Feature request/question: is tar support planned
Not sure tar is part of core utilities, but is there a plan to add? Tar also likely has to be a part of standard library, but I did not find it there... Any known implementation of tar in V?
No, tar is not part of coreutils.
It doesn't have to be part of the standard library.
An initial attempt to create tar support in V is here: https://github.com/csfore/vtar