Introducing zippy, a multiplatform zip/unzip program

I'm pleased to announce a small new project I've started called zippy.
It's a simple zip/unzip binary intended to be both multiplatform and easily installable.
In fact all you need to install is to execute cargo install zippy.

The main use case for zippy is multiplatform scripts: I find it annoying to have to work with different tools on different platforms (each of which has different features and CLI flags), so I decided to start doing something about it.

It's currently fairly light on features (i.e. no bells and whistles yet), but I expect that features will grow with time. Feedback is welcome :slight_smile:

7 Likes