/acr

Acr is a simple cli to find the exact number of lines of text/code present in a directory tree.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Acreage

Acr is a simple cli to find the exact number of lines of text/code present in a directory tree. It can either by used normally or by passing a filter flag-

acr -f ".js,.go"

Acr in Usage - alt text

Installation

If you have go installed,

go get -u github.com/icelain/acr && go install github.com/icelain/acr

Or you can get the binary executables from the releases page.