Apple's LZFSE compression library and command-line compression tool
Apple LZFSE compression library and command-line tool
lzfse$ lzfse -encode -i input.txt -o input.txt.lzfse$ lzfse -decode -i input.txt.lzfse -o input.txt$ cat largefile.bin | lzfse -encode > largefile.bin.lzfse