Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 869 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 869 Bytes

alt text Build Status

This utility is an adaptation from the GNU TAR program, it provide a progress-bar with a simply command : tar-progress [OPTIONS] File

Installation

pip install tar-progress

This tool is cross-platform, available on Windows ( New ! ) And also Linux". Please note that in Linux, it only launch the tar program with a pv command

This program can be launched on these plateforms:

- Linux
- Windows

Warning: On Windows i used the tarfile module from Python wich is very slow. I'm open to suggest about this performance problem

Usage

tar-progress -cjf myArchive.tar.bz2 myfiles0

Linux

Please install the pv package.