Skip to content

nancastptr/txtz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextStatz - txtz

analyze text files ๐Ÿ“Š๐Ÿ“

What is this?? ๐Ÿค”

TextStatz is a lightweight text file analyzer. It is useful for getting fiel content stats quickly.

Installing ๐Ÿš€

currently only avaiable on Linux (unless compiled on Windows and MacOS using Premake)

Option one - Building from source๐Ÿ› ๏ธ

More options coming soon

Linux

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/


Uninstalling from PATH (If installed using the option above)

rm /usr/local/bin/txtz

Usage ๐Ÿ–ฅ๏ธ

~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 *

Contributors:

VilliasDev (Owner) ๐Ÿ‘ฉโ€๐Ÿ’ป

About

Analyze text files

Resources

Stars

Watchers

Forks

Packages

No packages published