NZippey 0.1.0-alpha0003

This is a prerelease version of NZippey.
dotnet tool install --global NZippey --version 0.1.0-alpha0003
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local NZippey --version 0.1.0-alpha0003
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NZippey&version=0.1.0-alpha0003&prerelease
nuke :add-package NZippey --version 0.1.0-alpha0003

NZippey

Provides a simple git filter tool to deal with zipped files.

Rationale

Dealing with zipped files in git is not fun at all. To overcome this, Sippey Fun Lab created a tool called zippey in 2014. Its purpose is:

Zippey is a Git filter that un-zip zip-based file into a simple text format during git add/commit ("clean" process) and recover the original zip-based file after git checkout ("smudge" process). Since diff is taken on the "cleaned" file after file is added, it is likely real changes to file can be reflected by original git diff command. This also solves the problem that the diff results for these files being useless and not readable for humanbeings.

Since zipppey needs python to be installed on a machine (an I generally don't have that), I created NZippey to achieve the same goal using a .NET tool. The output will be fully compatible to zippey so switching/mixing the two will not be an issue.

Usage

TBD

Installation

TBD

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.1.0-alpha0003 102 3/23/2023