Releases: Moderrek/lines
Releases · Moderrek/lines
1.0.1
1.0.0
Blazingly fast command-line concurrent non-blank line counter implemented in GO using lightweight execution threads.
⚙️ Usage
lines # Prints file with the most lines at current directory
lines --dir # Path to the analysis folder
lines --top N # Prints the top N files
lines --hidden # Allow to analyze hidden files & dirs
lines --version # Prints installed version
lines --help # Prints help
📈 Example output
lines --dir C:\Users\Moderr\dev --top 5
Analyzing.. C:\Users\Moderr\dev
.java | Lines of code: 24409
.json | Lines of code: 8828
.yaml | Lines of code: 4980
.tsx | Lines of code: 4357
.yml | Lines of code: 1122
Time taken: 27.157ms to analyze 79 635 files