-
Notifications
You must be signed in to change notification settings - Fork 0
A simple Zstandard compressor tool.
License
Scheiker/zstd
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
zstd A Zstandard compressor tool, without dictionary support, that reads from stdin, writes to stdout, and only takes compression level as an argument. Example usage: zstd -19 < file > file.zst tar -c file | zstd > file.tar.zst curl http://www.example.com | zstd -10 > example.html.zst Depends on libzstd. https://www.github.com/facebook/zstd
About
A simple Zstandard compressor tool.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published