tokei

tokei 15.0.0

Count your code, quickly

<rendered-html><p>Tokei is a program that displays statistics about your code. Tokei will show the number of files, total lines within those files and code, comments, and blanks grouped by language.</p> </rendered-html>

https://github.com/XAMPPRocky/tokei
Apache License 2.0MIT License
main program: tokeiprograms: tokei
Maintainers
Platforms (38)
powerpc-linuxmips64el-linuxx86_64-linuxmipsel-netbsdriscv64-linuxi686-windowsarmv7l-netbsdarmv5tel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  tokei
];
Ad-hoc shell
nix-shell -p tokei
Flake (nix run)
nix run nixpkgs#tokei