Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loov/qloc

quick line count by extension
https://github.com/loov/qloc

Last synced: 2 months ago
JSON representation

quick line count by extension

Awesome Lists containing this project

README

        

`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
```