Git Product home page Git Product logo

txtz's Introduction

TextStatz - txtz

analyze text files ๐Ÿ“Š๐Ÿ“

What is this?? ๐Ÿค”

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. ๐Ÿ˜„

Features:

  • 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? โฒ)

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) ๐Ÿ‘ฉโ€๐Ÿ’ป

txtz's People

Contributors

teabeen avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.