Easy to use, modern compression/archiver CLI tool
Offen
- Vorherrschende Sprache
- Keine Sprachdaten
- Sterne
- 1
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
`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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.