/lines-tally

A simple CLI tool that returns the number of lines of code in a specific directory

Primary LanguageRustMIT LicenseMIT

Lines Tally

demo

Overview

This is a blazing fast ⚡, command line tool that calculates the number of lines of code in a specific directory

While there is an option to view the number of lines of code in most IDEs, but is usually limited to just one file, if you're curious about the number of lines you've coded for any of your projects, this tool you is for you!

This is one of my first Rust projects, and I thought a CLI tool would be great to start with!

Installation

Using Cargo-Crates.io (Recommended)

cargo install lines-tally

From source

git clone https://github.com/27Saumya/lines-tally.git
cd lines-tally
cargo install --path .

Usage

lines-tally

Contributions

Contributions are welcomed! As this project was one of my first rust projects I am not very experienced and if you think the tool misses out on something important, feel free to open a PR/Issue!