Easy to use, modern compression/archiver CLI tool
Open
- Dominant language
- No language data
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
`tar` and friends are quite non-intuitive to use. Something like
```sh
new-tool compress -o
new-tool decompress
```
would be way nicer than
```sh
tar -cvjf
tar -xvjf
```
Using facebook's zstandard compression + tar might be a good idea:
https://github.com/albertdb/node-zstandard
One could also make the output nice by using `log-update`, for example.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.