count

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2025 License: MIT Imports: 5 Imported by: 0

README

count

count is a simple code line counter that counts

go build -trimpath -ldflags="-s -w" .
sudo install count /usr/local/bin/

# or...
go install github.com/sa6mwa/count@latest
Usage

count takes variadic arguments of file suffixes, excluding common non-source file directory (like .git, node_modules, bin, out, etc). Returns total number of lines.

cd src
count .go .c
18899

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL