xampprocky/tokei

Count your code, quickly.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 4th, 2026
Created on May 26th, 2015
Open Issues & Pull Requests: 241 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 701
Total Stargazers: 14,887 (+1)
Total Subscribers: 47 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

Tokei is a command-line tool that counts lines of code, comments, and blanks across multiple programming languages.

The tool solves the problem of quickly obtaining accurate code statistics for projects. It parses source files to distinguish between actual code, comments, and blank lines, correctly handling multi-line comments, nested comments, and comments within strings. Tokei groups results by language and can process millions of lines in seconds.

Tokei suits developers and teams who need rapid code metrics for reporting, project assessment, or CI/CD integration. It works across Mac, Linux, and Windows, and supports over 150 languages with their various file extensions. The tool offers multiple output formats including JSON, YAML, and CBOR, making results easy to store, reuse, and combine with previous runs. It is also available as a library for integration into other projects. The README emphasizes Tokei's speed and accuracy as distinguishing characteristics compared to alternatives in this category.

The project maintains active continuous integration with a dedicated CI workflow. Help-wanted issues are explicitly labeled and tracked, indicating openness to community contributions. The tool is packaged across multiple distribution channels including package managers for different platforms, and dependency status is actively monitored.