2017-02-08 16:51:52 +01:00
2017-02-08 16:51:52 +01:00
2016-05-28 22:05:40 +02:00
2016-11-30 11:12:49 +01:00
2017-01-20 11:45:52 +01:00
2017-01-12 23:17:36 +01:00
2017-01-12 23:09:20 +01:00

PI Archive

Only works for single files, and is slooooooow. And when I say slow, I mean really slow. And the compression rate? Not so good, in fact, the result is larger than the original. But hey, it works! And it's using freaking PI!!!

Install

First of all, you will need to install rust.

On OS X you can install using homebrew.

$ brew install rust

Or you can use the lovely rustup tool.

Then it's just a matter of cloning and building.

$ git clone http://code.aceofba.se/logaritmisk/piar.git
$ cd piar
$ cargo build --release
$ ./target/release/piar --help

Usage

Compress

$ piar -c my_file.txt my_file.pi

Decompress

$ piar -d my_file.pi my_file.txt
Description
PI Archive
Readme 45 KiB