tar-async
tar-async copied to clipboard
Asynchronous Tar implemented in node
With command-line tar, multiple invocations produce exactly the same file, byte-for-byte. For example: ``` ➜ echo 'Woohoo!! Tar me up Scotty!' > test.txt ➜ tar cvf test1.tar test.txt test.txt ➜...
Hi! I am migrationBot Did you know that `path.{exists,existsSync}` was moved to `fs.{exists,existsSync}`, and that `tty.setRawMode(mode)` was moved to `tty.ReadStream#setRawMode()` (i.e. `process.stdin.setRawMode()`) in node v0.8.0? Read more @[API changes between...
more of a feature request. my use case is being able to add to an existing tar. i'm yet to find a node module that allows opening existing tar file....
I have finding it difficult to get it working 100% with more than one tar file. Imagine if I have 4 tar files to process, but I only want one...