Skip to content

idmaksim/archive_toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archive Toolbox

Python License Version

Description

Archive Toolbox is a utility for managing archives, allowing you extract and display information about archives.

Installation

To install the utility, use pip:

pip install archive_toolbox

Usage

Command Line

After installation, you can use the utility from the command line with the atb command.

atb --extract --filename <archive.type>

Examples

Extracting a ZIP Archive

atb --extract --filename example.zip

Extracting a TAR Archive

atb --extract --filename example.tar

Extracting a TAR.GZ Archive

atb --extract --filename example.tar.gz

Info about a ZIP Archive

atb --info --filename example.zip

Info about a TAR Archive

atb --info --filename example.tar

Features

  • Extract archives
  • Display information about archive contents

Requirements

  • Python 3.6 or higher

License

This project is licensed under the MIT License.

Authors

About

Simple utility for manage archives from terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages