A command line program that aids in the design and reverse engineering of custom file types
| .github | ||
| source | ||
| tests | ||
| .gitignore | ||
Zipssion
What is this?
More about this repository
This project is just getting started and only has a couple of features implemented! I intend to use semantic versioning for zipssion, but for now consider it to be version 0.1.0-alpha (a prerelease state.)
Known issues / TODOs
- List out commands
- Generate documentation
- Write getting started guide
- Currently, zipssion is using python-magic (libmagic) for file identification but I want to add a flag that allows the user to use Magika instead. (or maybe in addition to?)
- Write tests
- Continue writing TODOs...