Skip to content

A command line program that aids in the design and reverse engineering of custom file types

License

Notifications You must be signed in to change notification settings

cOborski/zipssion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zipssion

version: 0.1.0-alpha Code style: black Project Type: toy ide: pulsar FOSSA Status

What is this?

Typing SVG

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...

View source

cOborski/zipssion

Planned Usage (incomplete/wip)

Usage:
main.py <file> [--quiet | --verbose] [--path=<path>] [--extention=<file extention>]
main.py (-h | --help)
main.py --version
main.py --quiet
main.py --verbose

Options:
-h --help      show help text
--version      show version
--quiet        print less text
--verbose      print more text
--path=<path>  list of file paths [default: {'/'}]
--extention=<file extention>  the file's extention (if known)

Credits, inspiration, and references

Articles, guides, and resources

Libraries used by zipssion

Tools

Fun things/Other

Things I'm saving for latter possible use

🔝

License

FOSSA Status

About

A command line program that aids in the design and reverse engineering of custom file types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages