coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Feature request/question: is tar support planned

Open misha-franz opened this issue 1 year ago • 1 comments

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?

misha-franz avatar Jan 09 '24 05:01 misha-franz

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

JalonSolov avatar Jan 09 '24 13:01 JalonSolov