TextStatz, fondly referred to as txtz, is a hobbyist's delight for analyzing text files. Developed in the realm of C, txtz is a unique addition to the array of text file analyzers. While it may not aim to outshine the heavyweight contenders, txtz is crafted with love and a touch of personality, offering a refreshing perspective on text file analysis. 😄
- Minimalistic Mojo: txtz keeps it simple and straightforward, focusing on providing essential file statistics without overwhelming you with unnecessary details. (Because sometimes less is more! 💡)
- Efficient Analysis: Written in C for optimal performance, txtz swiftly crunches through your text files, delivering results in a blink. (Because who has time to wait? ⏲)
currently only avaiable on Linux (unless compiled on Windows and MacOS using Premake)
More options coming soon
git clone https://github.com/VilliasDev/txtz.git # Clone the repository
cd txtz
./premake5 gmake # Generate build files using premake5
cd build
make config=release # Build the project
# OPTIONAL (But recommended): Move the binary to a directory included in the
# system's PATH
cd ..
cd bin
cd Release
sudo mv txtz /usr/local/bin/
rm /usr/local/bin/txtz
~txtz file.txt #works with other file types too
Filename: file.txt
Filetype: txt
Filesize: 49 bytes
Lines: 1
Words: 6
Characters: 22
*Analyzes the file and returns the file info *