Giter Club home page Giter Club logo

gzipper's Introduction

gzipper logo

GZipper

Java CI

Features

  • Create and extract the following archive types:
    • ZIP
    • JAR
    • Tarball (GZIP)
    • Tarball (BZIP2)
    • Tarball (LZMA)
    • Tarball (XZ)
  • Compress and decompress GZIP
  • Compression levels can be adjusted
    • if supported by compressor
  • Support for regular expressions
    • allows filtering of files/entries
  • Supports a dark theme (CSS style)
  • Message Digest algorithms:
    • MD5
    • SHA-1
    • SHA-256
    • SHA-384
    • SHA-512
  • Languages which are supported:
    • English
    • German

Compatibility

The application has been tested on these platforms:

  • Windows 10
  • Ubuntu (20.04)

Note, that it should work on newer versions of these operating systems as well if a compatible JRE is used, but it is not guaranteed. The same is true for different Linux distributions.

Quick Start

In order to quickly launch the application, run either of the following scripts:

  • run_gzipper.bat
  • run_gzipper.sh

On Linux-based systems, make sure that the script file is executable by running the following:

chmod +x run_gzipper.sh

You may want to alter the script to point to a different Java home directory.
The scripts assume that a compatible Java version is available in PATH.

If there is a JAVA_HOME environment variable set, then the script run_gzipper.bat may e.g. be altered to:

start /min PowerShell.exe -WindowStyle Hidden "& "$env:JAVA_HOME\bin\java" --module-path ..."

Command line arguments

--launch_mode

  • application
    • Default. Launches the entire application.
  • hashview
    • Launches hash (message digest) view only.

Attribution

For compression and decompression this application uses parts of the commons-compress library by Apache Foundation as well as 'XZ for Java' by Tukaani. Their source code and documentation can be found here:

Remarks

This application is built for Java 11 and higher and supports Kotlin.
Since version 2.0.0, the main (or master) branch targets Java 17 (>= 17.0.2).

Screenshots

Main view with enabled default theme:
Main view with enabled default theme.


Main view with enabled dark theme:
Main view with enabled dark theme.


Hash view with enabled default theme:
Hash view with enabled default theme.


Hash view with enabled dark theme:
Hash view with enabled dark theme.

gzipper's People

Contributors

dependabot[bot] avatar turbolocust avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gzipper's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.