loov / qloc

quick line count by extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qloc does a quick line count over files.

Example output for this folder:

extension           files       binary        blank         code
----------------------------------------------------------------
go                      3            0           43          211
                        1            0            5           20
gitignore               1            0            5           19
md                      1            0            1            5
----------------------------------------------------------------
summary                 6            0           54          255

To install:

go get github.com/loov/qloc

About

quick line count by extension

License:The Unlicense


Languages

Language:Go 100.0%