Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/loov/qloc
- Owner: loov
- License: unlicense
- Created: 2015-07-14T09:03:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T10:44:59.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T05:28:54.342Z (7 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```