A rust library and cli tool to read and extract zim files.
```sh
cargo build --release ```
To add a file data.zim
to ipfs do the following.
```sh
./target/release/extractzim --skip-link data.zim ipfs add -r out ipfs files cp /ipfs/
/ ipfs files mv / link /data data.zim ```/data ./target/release/ipfs
and then execute all commands in link.txt
Licensed under either of
at your option.