🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

tar-progress

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar-progress

This utility offer a progress-bar to the GNU tar program, and provide it on Windows

1.3.3
PyPI
Maintainers
1

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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts