3 releases (1 stable)

1.0.0 May 4, 2021
0.1.1 Mar 18, 2021
0.1.0 Mar 17, 2021

#1215 in Math

Download history 11/week @ 2024-02-21 12/week @ 2024-02-28 17/week @ 2024-03-27 34/week @ 2024-04-03

51 downloads per month

MIT license

89KB
474 lines

Latest Version MIT Chat on Miaou

Do you ever wonder about the distribution of LOC lengths in your source files ?

No ?

I do so I made LocMess.

intro

As an answer may bring another question, locmess tries to answer it too:

over

and if you have yet another question, it's probably for git blame.

The source code of LocMess, which is totally not messy, may serve as a reasonnable basis for many kinds of transplatformy CLI applications. It's small so there's not much to remove to get to the pure boilerplate.

Installation

With cargo

You'll need the rust toolchain, which you may find at https://rustup.rs

Then do

cargo install locmess

From precompiled binaries

You'll find them in https://dystroy.org/locmess/download

Usage

To compute LOC stats on all not gitignored files in the current directory, do

locmess

You may also pass a path as argument.

Other options are explained with locmess --help.

Dependencies

~18MB
~376K SLoC