mirror of
https://gitea.home.endeavr.de/Marcel/Tarstats-pp.git
synced 2025-12-10 00:39:01 +01:00
3b2e3aa2ffda830fd38a9ed8fb1f515f955296c0
this cleaned up functions and global constants and hid them away in to their header and source files
this cleaned up functions and global constants and hid them away in to their header and source files
this cleaned up functions and global constants and hid them away in to their header and source files
this cleaned up functions and global constants and hid them away in to their header and source files
this cleaned up functions and global constants and hid them away in to their header and source files
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.
Languages
C++
98.5%
CMake
1.5%