Easy to use, modern compression/archiver CLI tool
Aperta
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 1
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
`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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.