zim

A rust library and cli tool to read and extract zim files.

Build

```sh

cargo build --release ```

Usage with IPFS

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 / /data ./target/release/ipfslink /data data.zim ```

and then execute all commands in link.txt

License

Licensed under either of

at your option.