EXE
WinGet
3 submissions
cloc
Al Danial · 2.02 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
cloc-2.02-winget.exe
File Size
9.4 MB
Real Type
PE32+ executable (console) x86-64 (stripped to external PDB), for MS Windows, 10 sections
Installer Technology
Installer technology not recognized
This file does not match any known installer framework signature. Application metadata was extracted directly from the binary. Silent install switches may not be available.
Signature
Status
Not Digitally Signed
Installer Selection
WinGet Package
Package ID
AlDanial.Cloc
Version
2.02
Description
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
License
GPL-2.0
↗
Homepage
https://github.com/AlDanial/cloc
Upgrade Behavior
install(Install over existing)
Release Notes
New Languages and File Types:
- Arturo
- Glimmer JavaScript
- Glimmer TypeScript
- Luau
- Modelica
- Mojo
- Nickel
- Pawn
- Processing
- Templ
- Yang
Updates:
- Support SQL output with --diff
- Support counting in git repository directories not owned by the user.
- Eliminate the need to write temporary files when using --fmt.
- Restore Dockerfile CI by fixing CPAN module setup that somehow stopped installing Parallel::ForkManager.
- Improve handling of C comments in Go strings.
Bug fixes:
- Impr…