Skip to content

Scheiker/zstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published