Archive Support

Marta supports a list of archive formats out of the box:

You can open archives as regular directories. You can even open (and edit) nested archives.

🐧 The Edit action watches if the opened file is modified, and changes the archive automatically.

🐧 Use the Open As action to open a file as an archive. Enter the desired extension (such as zip) and choose Open archive.

Registering Additional ZIP Extensions

There are lots of custom formats which are essentially ZIP files with a fixed structure. Marta supports several of them, including jar and apk, yet you can add additional ones:

fileSystems {
    zip {
        additionalExtensions ["docx"]
    }
}