Terafugia / 7ztm-hack

windows gui wrapper for 7-zip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archiver

Archiver is a graphic user interface wrapper for the command-line utility of 7-zip, aiming to provide full capabilities of 7-zip with a carefully-designed interfaced better than 7zfm. Written in pure C# language and WPF (.Net Framework 4.7.2).

User

Startup

Archiver allows you to open files from the File menu with history record, drag and drop a file from file explorer, or passed as command-line arguments.

The startup screen of archiver

File archivers are utility programs that require frequent interactions with the system utilities, we also provide a binary setup program to register supported formats (and other Windows shell utilities that will be added later). See releases page for the installer.

Basic File Operation

Just as any file explorers, we support:

  • Paste (Ctrl + V), Deletion (Del) in archives that are not created with fully qualified file paths.
  • Copy (Ctrl + C) and rename (F2) files.
  • View archive contents
  • Decompressing all or selected files in the archive.
  • Appending new files to the archive
  • Editing file contents, and updating the archive once the changes have been saved.

Basic file operations

Updating once the edits are saved

Compression

Currently, supported compression formats are:

Alt text

About

windows gui wrapper for 7-zip

License:GNU General Public License v3.0


Languages

Language:C# 89.5%Language:Inno Setup 6.7%Language:C++ 2.9%Language:Batchfile 0.6%Language:C 0.3%