Marcel Nowicki b985fc0c8f Tarstats-pp-1 Prototyping: Parse all items of a tarball
- no loop yet. jumped to second item and parsed it's header.
2022-02-07 21:43:46 +01:00
2022-02-06 22:12:14 +01:00
2022-02-06 22:12:14 +01:00
2022-02-06 13:50:48 +01:00
2022-02-06 13:43:47 +01:00

Tarstats-pp

Tool to provide stats of a tarball.

Info

This is a little command line tool to provide statistics on a GNU tar file. It is a personal project to further self study programming using C++.

The project is inspired by https://github.com/isotopp/tarstats by @github/isotopp and the Twitter thread https://twitter.com/isotopp/status/1489549907841146882

Goal

Goal is to provide stats like total amount of files/ directories and printing them out to stdout, a plain text file and JSON. Support for GNU zip compressed files will come too.

Description
Tool to provide stats of a tarball
Readme GPL-3.0 319 KiB
Languages
C++ 98.5%
CMake 1.5%