InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Tokei Alternatives
Similar projects and alternatives to tokei
-
cloc
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
-
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
tokei reviews and mentions
-
How do you name your crates?
For what it's worth, tokei seems to be named after tokei.
-
[media] Onefetch v2.13 is typically 2x faster and now supports ~100 programming languages
BTW, for more info on how it is done, you can check out tokei which is the library use by onefetch for code statistics.
-
Pytokei: a python binding for rust's tokei
With pytokei you can count code quickly using all the power from tokei, but from python.
-
Rust Easy! Modern Cross-platform Command Line Tools to Supercharge Your Terminal
Tokei is a nice utility to count lines and stats of code. It is very fast, accurate, and has a nice output. It supports over 150 languages and can output in JSON, YAML, CBOR, and human-readable tables.
-
Rust-ify Linux/GNU/macOS terminal tools
cloc repalcement - Tokei
-
Your favourite Rust CLI utilities this year?
Not sure if anyone mentioned tokei yet but it’s excellent
-
Hey Rustaceans! Got a question? Ask here! (37/2022)!
My approach would be to use Tokei to count LOC and cargo-tree(1) to find dependencies. You can then locate the dependencies in the registry and count each of their LOC, then combine the results.
-
[Advice] Be careful when adding tons of files or deep directory structures to your file system if your NVMe SSD slot is below the CPU
However, considering File Content Indexing is enabled, I should look at how much text data it has to index, so I did it, I used tokei to count the LOCs of my development directories, these are the results: ```
-
Creator of SerenityOS announces new Jakt programming language effort
$ git clone https://github.com/XAMPPRocky/tokei $ cd tokei/ $ cargo build --release --lib # compile just the libraries ... Finished release [optimized] target(s) in 23.36s $ time cargo build --release # now compile the final binary Compiling tokei v12.1.2 (/tmp/tokei) Finished release [optimized] target(s) in 8.30s real 0m8.361s user 0m53.987s sys 0m1.701s
-
Japanese Words in Neuromancer
Tokei, a lines-of-code counter. _Tokei_ (時計) means "clock", a play on the classic cloc (Count Lines Of Code) program.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 5 Feb 2023
Stats
XAMPPRocky/tokei is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.