Skip to content

FileArchiver is an application for a creation, manipulation and extraction of file archives such as ZIP and 7Z files optimized for fast execution of multiple operations on archive at once.

License

Notifications You must be signed in to change notification settings

Strachu/FileArchiver

Repository files navigation

FileArchiver


More screenshots

**FileArchiver** is an application for a creation, manipulation and extraction of file archives such as ZIP and 7Z files.

The main distinct feature of FileArchiver is that it is optimized for batched manipulation of archives. While other applications do operations on an archive immediately, FileArchiver does all operations in memory and applies them after a user chooses the save operation. In this way, during multiple operations the archive is rewritten only once for all operations instead of a rewrite issued for every operation as is done in other zip utilities.

Features

  • In memory archive operation batching
  • Easy to use and intuitive interface
  • Support for creation, modification and extraction of archive files saved in formats: .7z, .zip, .tar, .gz and any of their combinations such as .tar.gz
  • Simple creation of multiple nested archives such as .tar.gz or .tar.7z
  • Pluggable architecture allowing for new functionality such as new formats to be added by implementing appropriate interfaces and putting the resulting assembly in the Plugins directory
  • Multiple languages support (currently only English and Polish)
  • Integration with a context menu of Windows's File Explorer allowing for fast file packing and archive extraction

Requirements

To run the application you need:

Additionally, if you want to compile the application you need:

  • Microsoft Visual Studio 2013 or later

Download

The binary releases and their corresponding source code snapshots can be downloaded at the releases page.

If you would like to retrieve the most up to date source code and compile the application yourself, install git and clone the repository by executing the command: git clone https://github.com/Strachu/FileArchiver.git or alternatively, click the "Download ZIP" button at the side panel of this page.

Libraries

The application uses the following libraries:

Tools

During the creation of the application the following tools were used:

License

FileArchiver is a free software distributed under the GNU LGPL 3 or later license.

See LICENSE.txt and LICENSE_THIRD_PARTY.txt for more information.

About

FileArchiver is an application for a creation, manipulation and extraction of file archives such as ZIP and 7Z files optimized for fast execution of multiple operations on archive at once.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages