Create README.md

This commit is contained in:
blindi0815
2022-02-06 13:43:47 +01:00
committed by GitHub
parent 6484ed9a47
commit 233a675815

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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.