Tokei, a powerful and efficient command-line tool, is designed to provide detailed insights into the structure of your codebase.
Its primary function is to analyze and display statistics about your code, such as the number of files, total lines of code, comments, and blank lines, all categorized by programming language.
This makes Tokei an invaluable resource for developers seeking to understand their projects better or track progress over time.
NO_COLOR
environment variable. tokei ./folder
tokei ./folder1 ./folder2
--exclude
: tokei ./folder --exclude *.rs
code
, comments
, or lines
: tokei ./folder --sort code
tokei ./folder --output json
Tokei is available through various package managers (e.g., cargo install tokei
for Rust users). Prebuilt binaries can also be downloaded from its GitHub releases section.
Tokei is a versatile tool that empowers developers with detailed insights into their codebase. Its speed, accuracy, and extensive features make it an essential utility for tracking code statistics across diverse projects.
Whether you’re managing a small project or a massive repository with multiple languages, Tokei simplifies the process of understanding your code’s structure and evolution.
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…