mirror of
https://gitea.home.endeavr.de/Marcel/Tarstats-pp.git
synced 2025-12-10 00:39:01 +01:00
@@ -1,7 +1,9 @@
|
||||
# Tarstats-++
|
||||
Tool to provide stats of a tarball.
|
||||
http://github.com/blindi815/Tarstats-pp
|
||||
Version: v1.0-Release
|
||||
|
||||
## Genereral information
|
||||
## General information
|
||||
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
|
||||
|
||||
4
main.cpp
4
main.cpp
@@ -1,4 +1,6 @@
|
||||
/*
|
||||
/* Tool to provide stats of a tarball.
|
||||
* http://github.com/blindi0815/Tarstats-pp
|
||||
*
|
||||
* by Marcel Nowicki (github@epenis.de | github.com/blindi0815)
|
||||
*/
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace tarconstant {
|
||||
//global version
|
||||
inline std::string const version = "v0.9-beta.3";
|
||||
inline std::string const version = "v1.0-Release";
|
||||
|
||||
// global itemtype definition
|
||||
inline std::string const typeFile = "FILES";
|
||||
|
||||
Reference in New Issue
Block a user